diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-28 14:29:39 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-11-28 21:29:39 +0800 |
commit | 7b6cc9244d227c4df810ec6b3389d64eb3046121 (patch) | |
tree | a245ddc4516328309d6aa04fd7edd9d3b7ed21e5 /templates/user/profile.tmpl | |
parent | 9948f0daaacfd647a0fb13bd1a82856d0232fea2 (diff) | |
download | gitea-7b6cc9244d227c4df810ec6b3389d64eb3046121.tar.gz gitea-7b6cc9244d227c4df810ec6b3389d64eb3046121.zip |
Update link on user’s profile avatar to avatar settings (#287)
Diffstat (limited to 'templates/user/profile.tmpl')
-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 a7edd88c6d..59989f3830 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}} |