diff options
author | Unknwon <u@gogs.io> | 2016-09-01 12:36:26 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-09-01 12:36:26 -0400 |
commit | c50d59874d88150081f5fec6b385cfdf4eb3ed84 (patch) | |
tree | 2922c16ca417647b7583b4453f923c30108a4dcd /templates/repo/editor/commit_form.tmpl | |
parent | b3d9ca4ccd7c4353db0971b61bbcbffd126cb61d (diff) | |
download | gitea-c50d59874d88150081f5fec6b385cfdf4eb3ed84.tar.gz gitea-c50d59874d88150081f5fec6b385cfdf4eb3ed84.zip |
#3577 incorrect URL produced by AvatarLink
Diffstat (limited to 'templates/repo/editor/commit_form.tmpl')
-rw-r--r-- | templates/repo/editor/commit_form.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/editor/commit_form.tmpl b/templates/repo/editor/commit_form.tmpl index d76f3fb1c2..96b0dcbd3d 100644 --- a/templates/repo/editor/commit_form.tmpl +++ b/templates/repo/editor/commit_form.tmpl @@ -1,5 +1,5 @@ <div class="commit-form-wrapper"> - <img width="48" height="48" class="ui image commit-avatar" src="{{.SignedUser.AvatarLink}}"> + <img width="48" height="48" class="ui image commit-avatar" src="{{.SignedUser.RelAvatarLink}}"> <div class="commit-form"> <h3>{{.i18n.Tr "repo.editor.commit_changes"}}</h3> <div class="field"> |