Fix URL of padlock icon in profile (#26446)
This commit is contained in:
parent
f3fbb7c67d
commit
73f6535406
|
@ -39,7 +39,7 @@
|
|||
<li>
|
||||
{{svg "octicon-mail"}}
|
||||
<a class="gt-f1" href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
|
||||
<a href="{{AppSubUrl}}/user/settings#keep-email-private">
|
||||
<a href="{{AppSubUrl}}/user/settings#privacy-user-settings">
|
||||
{{if .ShowUserEmail}}
|
||||
<i data-tooltip-content="{{.locale.Tr "user.email_visibility.limited"}}">
|
||||
{{svg "octicon-unlock"}}
|
||||
|
|
Loading…
Reference in a new issue