summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-03 17:06:11 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-03 17:06:11 +0300
commit8cc5e85543b0a553536ebe70f01fa29e0b0f60bd (patch)
tree8673e33f2910dd75cab9b8a3ca5bdf8d4fb521cf /app/views/projects/protected_branches
parent53504928427ad6ffcc451bff9da86d9fbad580b8 (diff)
downloadgitlab-ce-8cc5e85543b0a553536ebe70f01fa29e0b0f60bd.tar.gz
Mention protected branch force push
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/protected_branches')
-rw-r--r--app/views/projects/protected_branches/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/protected_branches/index.html.haml b/app/views/projects/protected_branches/index.html.haml
index 8b100766e97..4a6e8943a9f 100644
--- a/app/views/projects/protected_branches/index.html.haml
+++ b/app/views/projects/protected_branches/index.html.haml
@@ -9,6 +9,7 @@
%ul
%li keep stable branches secured
%li forced code review before merge to protected branches
+ %li prevents branch from force push
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "underlined-link"}
- if can? current_user, :admin_project, @project