diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-21 14:59:50 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-21 14:59:50 +0200 |
commit | f935259260c49faaab945fbf7b300c1addae2a44 (patch) | |
tree | a9fdf5c170aef7fbff78ed4288dd6fbbd4be61c8 /app | |
parent | 183892fde98308c0d77f5ba7a9bdb23d79eebe43 (diff) | |
download | gitlab-ce-f935259260c49faaab945fbf7b300c1addae2a44.tar.gz |
Use consistent styling for number of commits in CI nav sidebarci-nav-commits-count
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/ci/_nav_project.html.haml | 2 |
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 |