Skip to content

Commit 7b6cc92

Browse files
metalmatzelunny
authored andcommitted
Update link on user’s profile avatar to avatar settings (#287)
1 parent 9948f0d commit 7b6cc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/profile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="ui five wide column">
66
<div class="ui card">
77
{{if eq .SignedUserName .Owner.Name}}
8-
<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">
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">
99
<img src="{{.Owner.RelAvatarLink}}?s=290" title="{{.Owner.Name}}"/>
1010
</a>
1111
{{else}}

0 commit comments

Comments
 (0)