summaryrefslogtreecommitdiff
path: root/app/views/projects/branches/_branch.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:36:22 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:36:22 -0500
commite3de2ab1b5bc80a2f64d7391dacdddcb26f4ffbc (patch)
treec7cdd37914285be41c4136f2426290337faed9f2 /app/views/projects/branches/_branch.html.haml
parented696df59de0191de7274752e39b3c37727d5c4f (diff)
downloadgitlab-ce-e3de2ab1b5bc80a2f64d7391dacdddcb26f4ffbc.tar.gz
[skip ci] Convert label-success to badge-success
Diffstat (limited to 'app/views/projects/branches/_branch.html.haml')
-rw-r--r--app/views/projects/branches/_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/_branch.html.haml b/app/views/projects/branches/_branch.html.haml
index 2b93ed30e69..83b26801474 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -19,7 +19,7 @@
= s_('Branches|merged')
- if protected_branch?(@project, branch)
- %span.badge.label-success
+ %span.badge.badge-success
= s_('Branches|protected')
.block-truncated