Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-07 13:51:03 +0300
committerPhil Hughes <me@iamphill.com>2017-07-07 13:51:03 +0300
commit15a282387938c896ff7b83cb1bb4fe447b856b2b (patch)
tree373e71bd1eb965f1590faa1e0a662adbe63d2219 /app/views/projects/commits
parente5183d907e9db2bdf87dae83708b35a970a829ba (diff)
fixed breadcrumb titles
Diffstat (limited to 'app/views/projects/commits')
-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"