aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/settings
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-11-04 10:11:19 +0100
committerGitHub <noreply@github.com>2020-11-04 11:11:19 +0200
commitfb756e773831d215fdb807b736d6276012669b6c (patch)
tree9926790130d7f264d1e92bca5fc76da00ef1ee00 /templates/repo/settings
parent59c3cf6388d873a7bcc1958d7e51f1138950a2ff (diff)
downloadgitea-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/settings')
-rw-r--r--templates/repo/settings/protected_branch.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/settings/protected_branch.tmpl b/templates/repo/settings/protected_branch.tmpl
index 57ffc74886..53a978e068 100644
--- a/templates/repo/settings/protected_branch.tmpl
+++ b/templates/repo/settings/protected_branch.tmpl
@@ -49,7 +49,7 @@
{{range .Users}}
<div class="item" data-value="{{.ID}}">
<img class="ui mini image" src="{{.RelAvatarLink}}">
- {{.Name}}
+ {{.GetDisplayName}}
</div>
{{end}}
</div>
@@ -99,7 +99,7 @@
{{range .Users}}
<div class="item" data-value="{{.ID}}">
<img class="ui mini image" src="{{.RelAvatarLink}}">
- {{.Name}}
+ {{.GetDisplayName}}
</div>
{{end}}
</div>
@@ -179,7 +179,7 @@
{{range .Users}}
<div class="item" data-value="{{.ID}}">
<img class="ui mini image" src="{{.RelAvatarLink}}">
- {{.Name}}
+ {{.GetDisplayName}}
</div>
{{end}}
</div>