Skip to content

Commit

Permalink
Merge branch 'commits-count-badge' into 'master'
Browse files Browse the repository at this point in the history
Added badge to commits tab

Fixes #1261

See merge request !465
  • Loading branch information
dzaporozhets committed Mar 30, 2015
2 parents 661c9f0 + 4d7cd4f commit 64c89e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/projects/commits/_head.html.haml
@@ -1,6 +1,8 @@
%ul.nav.nav-tabs
= nav_link(controller: [:commit, :commits]) do
= link_to 'Commits', namespace_project_commits_path(@project.namespace, @project, @repository.root_ref)
= link_to namespace_project_commits_path(@project.namespace, @project, @repository.root_ref) do
Commits
%span.badge= number_with_precision(@repository.commit_count, precision: 0, delimiter: ',')
= nav_link(controller: :compare) do
= link_to 'Compare', namespace_project_compare_index_path(@project.namespace, @project, from: @repository.root_ref, to: @ref || @repository.root_ref)

Expand Down

0 comments on commit 64c89e6

Please sign in to comment.