aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-08 16:43:36 -0500
committerUnknwon <u@gogs.io>2017-03-08 16:43:36 -0500
commit83f6b8e8474248bdad48aef5173695734d5fe5bc (patch)
treeeb4465dd079cd5a5dd6a47c0e6ede22b6fda72db /templates/repo
parente38fef00094fb114ae6f345e2159bae5059c49db (diff)
Protected branches: allow whitelist bypass require pull request check (#4207)
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/settings/protected_branch.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/protected_branch.tmpl b/templates/repo/settings/protected_branch.tmpl
index 992d3e79..0a0e4e5f 100644
--- a/templates/repo/settings/protected_branch.tmpl
+++ b/templates/repo/settings/protected_branch.tmpl
@@ -46,7 +46,7 @@
{{range .Users}}
<div class="item" data-value="{{.ID}}">
<img class="ui mini image" src="{{.RelAvatarLink}}">
- {{.DisplayName}}
+ {{.Name}}
</div>
{{end}}
</div>