summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-07 10:49:24 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-07 10:49:24 +0200
commit95336ac0fb9a021a79d998ec567174637d528ee7 (patch)
tree8f994989638afa16b9be9df547bd6f28ed9e69f0
parentf02d9eb254069f963694c29e6ae8dae63508cc6c (diff)
parent66f8a44fd30da19235cf05077931c9fc42d1d14c (diff)
downloadgitlab-ce-95336ac0fb9a021a79d998ec567174637d528ee7.tar.gz
Merge pull request #7442 from bbodenmiller/patch-9
make bullet punctuation on protected branches page consistent
-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 a51a4cc224a..7925e800305 100644
--- a/app/views/projects/protected_branches/index.html.haml
+++ b/app/views/projects/protected_branches/index.html.haml
@@ -5,7 +5,7 @@
.bs-callout.bs-callout-info
%p Protected branches designed to
%ul
- %li prevent push for all except #{link_to "masters", help_page_path("permissions", "permissions"), class: "vlink"}.
+ %li prevent push for all except #{link_to "masters", help_page_path("permissions", "permissions"), class: "vlink"}
%li prevent branch from force push
%li prevent branch from removal
%p Read more about project permissions #{link_to "here", help_page_path("permissions", "permissions"), class: "underlined-link"}