diff options
author | Wim <wim@42.be> | 2020-11-04 10:11:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 11:11:19 +0200 |
commit | fb756e773831d215fdb807b736d6276012669b6c (patch) | |
tree | 9926790130d7f264d1e92bca5fc76da00ef1ee00 /templates/repo/release | |
parent | 59c3cf6388d873a7bcc1958d7e51f1138950a2ff (diff) | |
download | gitea-fb756e773831d215fdb807b736d6276012669b6c.tar.gz gitea-fb756e773831d215fdb807b736d6276012669b6c.zip |
Add missing full names when DEFAULT_SHOW_FULL_NAME is enabled (#13417)
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates/repo/release')
-rw-r--r-- | templates/repo/release/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index cce331b677..b0d52f341c 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -118,7 +118,7 @@ {{svg "octicon-mark-github" 16 "mr-2"}}{{.OriginalAuthor}} {{else if .Publisher}} <img class="img-10" src="{{.Publisher.RelAvatarLink}}"> - <a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.Name}}</a> + <a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.GetDisplayName}}</a> {{else}} Ghost {{end}} |