forked from forgejo/forgejo
#3577 incorrect URL produced by AvatarLink
This commit is contained in:
parent
b3d9ca4ccd
commit
c50d59874d
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue