diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl index af6428680a..6da951d472 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -30,7 +30,7 @@ {{if .EnableOSMButton}} - {{svg "octicon-link-external" 18 "gt-mr-2"}} + {{svg "octicon-link-external"}} {{end}} @@ -38,16 +38,16 @@ {{end}} {{if (eq .SignedUserID .ContextUser.ID)}}
  • - {{svg "octicon-mail" 18 "gt-mr-2"}} + {{svg "octicon-mail"}} {{.ContextUser.Email}} {{if .ShowUserEmail}} - {{svg "octicon-unlock" 18 "gt-mr-2"}} + {{svg "octicon-unlock"}} {{else}} - {{svg "octicon-lock" 18 "gt-mr-2"}} + {{svg "octicon-lock"}} {{end}} @@ -55,7 +55,7 @@ {{else}} {{if .ShowUserEmail}}
  • - {{svg "octicon-mail" 18 "gt-mr-2"}} + {{svg "octicon-mail"}} {{.ContextUser.Email}}
  • {{end}}