mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
16, "gt-mr-2" in *all* icons
This commit is contained in:
parent
852317b467
commit
c2c60a01eb
|
@ -29,23 +29,23 @@
|
|||
{{.ContextUser.Location}}
|
||||
<a href="https://www.openstreetmap.org/search?query={{.ContextUser.Location | Safe}}" rel="nofollow noreferrer">
|
||||
<i class="ui right">
|
||||
{{svg "octicon-link-external"}}
|
||||
{{svg "octicon-link-external" 18 "gt-mr-2"}}
|
||||
</i>
|
||||
</a>
|
||||
</li>
|
||||
{{end}}
|
||||
{{if (eq .SignedUserID .ContextUser.ID)}}
|
||||
<li>
|
||||
{{svg "octicon-mail"}}
|
||||
{{svg "octicon-mail" 18 "gt-mr-2"}}
|
||||
<a href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
|
||||
<a href="{{AppSubUrl}}/user/settings#keep-email-private">
|
||||
{{if .ShowUserEmail}}
|
||||
<i class="ui right" data-tooltip-content="{{.locale.Tr "user.email_visibility.limited"}}">
|
||||
{{svg "octicon-unlock"}}
|
||||
{{svg "octicon-unlock" 18 "gt-mr-2"}}
|
||||
</i>
|
||||
{{else}}
|
||||
<i class="ui right" data-tooltip-content="{{.locale.Tr "user.email_visibility.private"}}">
|
||||
{{svg "octicon-lock"}}
|
||||
{{svg "octicon-lock" 18 "gt-mr-2"}}
|
||||
</i>
|
||||
{{end}}
|
||||
</a>
|
||||
|
@ -53,7 +53,7 @@
|
|||
{{else}}
|
||||
{{if .ShowUserEmail}}
|
||||
<li>
|
||||
{{svg "octicon-mail"}}
|
||||
{{svg "octicon-mail" 18 "gt-mr-2"}}
|
||||
<a href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
|
||||
</li>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue