Explorar el Código

Update link on user’s profile avatar to avatar settings (#287)

tags/v1.0.0
Matthias Loibl hace 7 años
padre
commit
7b6cc9244d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      templates/user/profile.tmpl

+ 1
- 1
templates/user/profile.tmpl Ver fichero

@@ -5,7 +5,7 @@
<div class="ui five wide column">
<div class="ui card">
{{if eq .SignedUserName .Owner.Name}}
<a class="image poping up" href="{{AppSubUrl}}/user/settings" id="profile-avatar" data-content="{{.i18n.Tr "user.change_avatar"}}" data-variation="inverted tiny" data-position="bottom center">
<a class="image poping up" href="{{AppSubUrl}}/user/settings/avatar" id="profile-avatar" data-content="{{.i18n.Tr "user.change_avatar"}}" data-variation="inverted tiny" data-position="bottom center">
<img src="{{.Owner.RelAvatarLink}}?s=290" title="{{.Owner.Name}}"/>
</a>
{{else}}

Cargando…
Cancelar
Guardar