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
path: root/app/views
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-21 15:59:50 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-21 15:59:50 +0300
commitf935259260c49faaab945fbf7b300c1addae2a44 (patch)
treea9fdf5c170aef7fbff78ed4288dd6fbbd4be61c8 /app/views
parent183892fde98308c0d77f5ba7a9bdb23d79eebe43 (diff)
Use consistent styling for number of commits in CI nav sidebar
Diffstat (limited to 'app/views')
-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