Skip to content

Commit 1f90d56

Browse files
committed
fix change avatar url on profile page
1 parent 8c89367 commit 1f90d56

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/avatar" 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" id="profile-avatar" data-content="{{.i18n.Tr "user.change_avatar"}}" data-variation="inverted tiny" data-position="bottom center">
99
<img src="{{.Owner.SizedRelAvatarLink 290}}" title="{{.Owner.Name}}"/>
1010
</a>
1111
{{else}}

0 commit comments

Comments
 (0)