From 8275f403a849e05b32fdb3affa2d57748b4988ed Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Thu, 29 Jun 2017 13:04:41 +0000 Subject: Merge branch 'highest-return-on-diff-investment' into 'master' Bring back branches badge to main project page Closes #34438 See merge request !12548 --- app/views/projects/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 7447197ed89..e1e70a53709 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -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 -- cgit v1.2.3