summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-20 13:51:22 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-20 13:51:22 +0200
commit32ecb02784a25feb2f264f47b883de3a0cb5f8fd (patch)
tree8f9fe666e01194a66c40e143fbc97d51f7ddceba /app/views/projects/protected_branches/index.html.haml
parentf92b1f3d018bf51e9372b88dd50a2be8149b2fa6 (diff)
downloadgitlab-ce-32ecb02784a25feb2f264f47b883de3a0cb5f8fd.tar.gz
Refactor scss
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/protected_branches/index.html.haml')
-rw-r--r--app/views/projects/protected_branches/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_branches/index.html.haml b/app/views/projects/protected_branches/index.html.haml
index a32679a18db..8b100766e97 100644
--- a/app/views/projects/protected_branches/index.html.haml
+++ b/app/views/projects/protected_branches/index.html.haml
@@ -9,7 +9,7 @@
%ul
%li keep stable branches secured
%li forced code review before merge to protected branches
- %p Read more about project permissions #{link_to "here", help_permissions_path, class: "underlined_link"}
+ %p Read more about project permissions #{link_to "here", help_permissions_path, class: "underlined-link"}
- if can? current_user, :admin_project, @project
= form_for [@project, @protected_branch], html: { class: 'form-horizontal' } do |f|