summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 14:41:31 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 14:41:31 +0000
commitf4a87d9f18006535a7570073836345a111e3977f (patch)
treea9fdf5c170aef7fbff78ed4288dd6fbbd4be61c8
parentabaa65efc1f912ffef05ccaf1e92dc009f828278 (diff)
parentf935259260c49faaab945fbf7b300c1addae2a44 (diff)
downloadgitlab-ce-f4a87d9f18006535a7570073836345a111e3977f.tar.gz
Merge branch 'ci-nav-commits-count' into 'master'
Use consistent styling for number of commits in CI nav sidebar Before: ![Screen_Shot_2015-09-21_at_15.00.28](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9005f606842936d415a3b67890b8af88/Screen_Shot_2015-09-21_at_15.00.28.png) After: ![Screen_Shot_2015-09-21_at_15.00.43](https://gitlab.com/gitlab-org/gitlab-ce/uploads/08c897b65f82fab5f2c386a0d21c64af/Screen_Shot_2015-09-21_at_15.00.43.png) See merge request !1375
-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