summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs
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/graphs
parente5183d907e9db2bdf87dae83708b35a970a829ba (diff)
downloadgitlab-ce-15a282387938c896ff7b83cb1bb4fe447b856b2b.tar.gz
fixed breadcrumb titles
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r--app/views/projects/graphs/charts.html.haml2
-rw-r--r--app/views/projects/graphs/show.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/graphs/charts.html.haml b/app/views/projects/graphs/charts.html.haml
index f873f629937..9f21655a11e 100644
--- a/app/views/projects/graphs/charts.html.haml
+++ b/app/views/projects/graphs/charts.html.haml
@@ -2,7 +2,7 @@
- @breadcrumb_title = "Charts"
- page_title "Charts"
- if show_new_nav?
- - breadcrumbs_extra_links("Repository", project_files_path(@project))
+ - breadcrumbs_extra_links("Repository", project_tree_path(@project))
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')
= page_specific_javascript_bundle_tag('graphs')
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml
index 1b4b12ba517..13161d6da22 100644
--- a/app/views/projects/graphs/show.html.haml
+++ b/app/views/projects/graphs/show.html.haml
@@ -6,7 +6,7 @@
= page_specific_javascript_bundle_tag('graphs')
- if show_new_nav?
- - breadcrumbs_extra_links("Repository", project_files_path(@project))
+ - breadcrumbs_extra_links("Repository", project_tree_path(@project))
= render 'projects/commits/head'