We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c89367 commit 1f90d56Copy full SHA for 1f90d56
templates/user/profile.tmpl
@@ -5,7 +5,7 @@
5
<div class="ui five wide column">
6
<div class="ui card">
7
{{if eq .SignedUserName .Owner.Name}}
8
- <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">
+ <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">
9
<img src="{{.Owner.SizedRelAvatarLink 290}}" title="{{.Owner.Name}}"/>
10
</a>
11
{{else}}
0 commit comments