summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-12 21:50:46 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-12 21:50:46 +0300
commitfba6141746821261287be0f4332814697f99e5ae (patch)
treecc98b9bf6a903e1ebf4f04751b74fe1b7188f6b7
parentb09fd2337a20e7d45cb9ef6ac1f4dde0d0e43e2a (diff)
parentc9c6f77ec151260f8155e48e123083588228fc1c (diff)
downloadgitlab-ce-fba6141746821261287be0f4332814697f99e5ae.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r--app/views/projects/protected_branches/index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/protected_branches/index.html.haml b/app/views/projects/protected_branches/index.html.haml
index 49a3ef4c8a7..227a2f9a061 100644
--- a/app/views/projects/protected_branches/index.html.haml
+++ b/app/views/projects/protected_branches/index.html.haml
@@ -1,13 +1,13 @@
%h3.page-title Protected branches
-%p.light This ability keeps stable branches secure and forces developers to use code reviews
+%p.light Keep stable branches secure and force developers to use Merge Requests
%hr
.bs-callout.bs-callout-info
%p Protected branches are designed to
%ul
%li prevent pushes from everybody except #{link_to "masters", help_page_path("permissions", "permissions"), class: "vlink"}
- %li prevents anyone from force pushing to the branch
- %li prevents anyone from deleting the branch
+ %li prevent anyone from force pushing to the branch
+ %li prevent anyone from deleting the branch
%p Read more about #{link_to "project permissions", help_page_path("permissions", "permissions"), class: "underlined-link"}
- if can? current_user, :admin_project, @project