Skip to content

Commit

Permalink
improve wording on protected branches page
Browse files Browse the repository at this point in the history
  • Loading branch information
bbodenmiller committed Oct 12, 2014
1 parent b87c8c1 commit ab64ca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/projects/protected_branches/index.html.haml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ab64ca7

Please sign in to comment.