diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-07 10:49:24 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-07 10:49:24 +0200 |
commit | 95336ac0fb9a021a79d998ec567174637d528ee7 (patch) | |
tree | 8f994989638afa16b9be9df547bd6f28ed9e69f0 | |
parent | f02d9eb254069f963694c29e6ae8dae63508cc6c (diff) | |
parent | 66f8a44fd30da19235cf05077931c9fc42d1d14c (diff) | |
download | gitlab-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.haml | 2 |
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"} |