summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-21 14:59:50 +0200
committerDouwe Maan <douwe@gitlab.com>2015-09-21 14:59:50 +0200
commitf935259260c49faaab945fbf7b300c1addae2a44 (patch)
treea9fdf5c170aef7fbff78ed4288dd6fbbd4be61c8
parent183892fde98308c0d77f5ba7a9bdb23d79eebe43 (diff)
downloadgitlab-ce-ci-nav-commits-count.tar.gz
Use consistent styling for number of commits in CI nav sidebarci-nav-commits-count
-rw-r--r--app/views/layouts/ci/_nav_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/ci/_nav_project.html.haml b/app/views/layouts/ci/_nav_project.html.haml
index d747679c8cf..0f155c7dfef 100644
--- a/app/views/layouts/ci/_nav_project.html.haml
+++ b/app/views/layouts/ci/_nav_project.html.haml
@@ -9,7 +9,7 @@
%i.fa.fa-list-alt
%span
Commits
- %small.pull-right= @project.commits.count
+ %span.count= @project.commits.count
= nav_link path: 'charts#show' do
= link_to ci_project_charts_path(@project) do
%i.fa.fa-bar-chart