Bring back branches badge to main project page
This commit is contained in:
parent
e3a6fedb13
commit
e488a4095f
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Bring back branches badge to main project page
|
||||
merge_request: 12548
|
||||
author:
|
Loading…
Reference in a new issue