Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:35:23 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 22:35:23 +0300
commited696df59de0191de7274752e39b3c37727d5c4f (patch)
tree04371a342e8fcb71127b4c13ca0cab2eead837fb /app/views/projects/branches
parent4f6e6a24e766c281c2b1665e49c5a213ab5a3d7b (diff)
[skip ci] label-primary => badge-primary
Diffstat (limited to 'app/views/projects/branches')
-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 6042b3a8cba..2b93ed30e69 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -13,7 +13,7 @@
= branch.name
&nbsp;
- if branch.name == @repository.root_ref
- %span.badge.label-primary default
+ %span.badge.badge-primary default
- elsif merged
%span.badge.label-info.has-tooltip{ title: s_('Branches|Merged into %{default_branch}') % { default_branch: @repository.root_ref } }
= s_('Branches|merged')