summaryrefslogtreecommitdiff
path: root/app/views/projects/branches
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-01-14 09:41:11 +0100
committerRémy Coutable <remy@rymai.me>2016-01-14 09:41:11 +0100
commit818607f0115a2c67792fa83e9b39d74c443a8856 (patch)
tree73da421761ea2729c8d5a0968e1563bfe43cb2d3 /app/views/projects/branches
parent0e344aa2299d2f6911282de5d4808c70d658d372 (diff)
downloadgitlab-ce-818607f0115a2c67792fa83e9b39d74c443a8856.tar.gz
Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pagesfix/titles-weight
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 a234536723e..d276e5932d1 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -6,7 +6,7 @@
%li(class="js-branch-#{branch.name}")
%div
= link_to namespace_project_tree_path(@project.namespace, @project, branch.name) do
- %strong.str-truncated= branch.name
+ .branch-name.str-truncated= branch.name
&nbsp;
- if branch.name == @repository.root_ref
%span.label.label-primary default