From aaeaf7c973fb2d48a16cdd1b8af45c00c634611e Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Thu, 15 Aug 2013 14:02:39 +0200 Subject: [PATCH] Fix the link to the project branches --- app/views/projects/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 3f764e944ac..1efea5d72d3 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -36,7 +36,7 @@ %p = link_to pluralize(@repository.round_commit_count, 'commit'), project_commits_path(@project, @ref || @repository.root_ref) %p - = link_to pluralize(@repository.branch_names.count, 'branch'), project_repository_path(@project) + = link_to pluralize(@repository.branch_names.count, 'branch'), project_branches_path(@project) %p = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)