From 4b198670c8113892cc907a7f750c26ca96cd6710 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 16 Jul 2013 23:19:59 +0300 Subject: [PATCH] Fix tags path --- 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 38cd4c4..3f764e9 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -38,7 +38,7 @@ %p = link_to pluralize(@repository.branch_names.count, 'branch'), project_repository_path(@project) %p - = link_to pluralize(@repository.tag_names.count, 'tag'), tags_project_repository_path(@project) + = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project) - if @project.gitlab_ci? %hr -- libgit2 0.21.2