浏览代码

Update link on user’s profile avatar to avatar settings (#287)

tags/v1.0.0
Matthias Loibl 7 年前
父节点
当前提交
7b6cc9244d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      templates/user/profile.tmpl

+ 1
- 1
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}}

正在加载...
取消
保存