aboutsummaryrefslogtreecommitdiff
path: root/templates
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
parente38fef00094fb114ae6f345e2159bae5059c49db (diff)
Protected branches: allow whitelist bypass require pull request check (#4207)
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/repo/settings/protected_branch.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 45f831e3..236a5ac4 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.10.8.0307 \ No newline at end of file
+0.10.8.0308 \ No newline at end of file
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>