summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/show.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-07 11:51:03 +0100
committerPhil Hughes <me@iamphill.com>2017-07-07 11:51:03 +0100
commit15a282387938c896ff7b83cb1bb4fe447b856b2b (patch)
tree373e71bd1eb965f1590faa1e0a662adbe63d2219 /app/views/projects/commits/show.html.haml
parente5183d907e9db2bdf87dae83708b35a970a829ba (diff)
downloadgitlab-ce-15a282387938c896ff7b83cb1bb4fe447b856b2b.tar.gz
fixed breadcrumb titles
Diffstat (limited to 'app/views/projects/commits/show.html.haml')
-rw-r--r--app/views/projects/commits/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index edebd08dbb5..a949ceefd6e 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -5,7 +5,7 @@
= auto_discovery_link_tag(:atom, project_commits_url(@project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
- if show_new_nav?
- - breadcrumbs_extra_links("Repository", project_files_path(@project))
+ - breadcrumbs_extra_links("Repository", project_tree_path(@project))
= content_for :sub_nav do
= render "head"