summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-02-10 11:27:43 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-03-06 09:47:44 -0600
commit336b818bcbcb070968f825f6a426e046a457d556 (patch)
tree5c4b2c2c4b1d0655dd14acb373d8a3dde153880e /app/views/projects/protected_branches
parentc4f09f23c7228341d97c45e44612a513c70c5ed9 (diff)
downloadgitlab-ce-336b818bcbcb070968f825f6a426e046a457d556.tar.gz
Added access spec tests
Also created changelog and removed redundant code
Diffstat (limited to 'app/views/projects/protected_branches')
-rw-r--r--app/views/projects/protected_branches/_index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/protected_branches/_index.html.haml b/app/views/projects/protected_branches/_index.html.haml
index 010ba5a24a7..2d8c519c025 100644
--- a/app/views/projects/protected_branches/_index.html.haml
+++ b/app/views/projects/protected_branches/_index.html.haml
@@ -1,11 +1,10 @@
-- page_title "Protected branches"
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('protected_branches')
.row.prepend-top-default.append-bottom-default
.col-lg-3
%h4.prepend-top-0
- = page_title
+ Protected Branches
%p Keep stable branches secure and force developers to use merge requests.
%p.prepend-top-20
By default, protected branches are designed to: