Bring back branches badge to main project page

This commit is contained in:
Adam Niedzielski 2017-06-29 10:34:05 +02:00
parent e3a6fedb13
commit e488a4095f
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: