diff options
author | Unknwon <u@gogs.io> | 2017-03-06 23:23:37 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-06 23:23:37 -0500 |
commit | a9d2480c7f1c19a1413a9da45b57f27cde992faa (patch) | |
tree | 04dda8103388ec74265ca151a869d8dde741f48c | |
parent | fd70d503e09651bc9b94ae63c7ac6031c494a6c2 (diff) |
templates/user/profile: fix link to avatar settings (#4251)
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 4bcc92d9..6bdf04db 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -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}} |