Merge branch 'highest-return-on-diff-investment' into 'master'

Bring back branches badge to main project page

Closes #34438

See merge request !12548
This commit is contained in:
Sean McGivern 2017-06-29 13:04:41 +00:00
commit 83ae38f652
2 changed files with 5 additions and 1 deletions

View file

@ -21,7 +21,7 @@
%li
= link_to namespace_project_commits_path(@project.namespace, @project, current_ref) do
#{n_('Commit', 'Commits', @project.statistics.commit_count)} (#{number_with_delimiter(@project.statistics.commit_count)})
%l
%li
= link_to namespace_project_branches_path(@project.namespace, @project) do
#{n_('Branch', 'Branches', @repository.branch_count)} (#{number_with_delimiter(@repository.branch_count)})
%li

View file

@ -0,0 +1,4 @@
---
title: Bring back branches badge to main project page
merge_request: 12548
author: