summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/charts.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-07 21:50:34 +0100
committerPhil Hughes <me@iamphill.com>2017-07-07 21:50:34 +0100
commit8e9ae78007010afb967cdf01f29568744d4c8c7a (patch)
treefb2d49fc5be3808bf2a8b5874210aa9f1237e21d /app/views/projects/pipelines/charts.html.haml
parent59195b98d3dfef31915c901e86f91cec74d5fbfa (diff)
downloadgitlab-ce-8e9ae78007010afb967cdf01f29568744d4c8c7a.tar.gz
rename method
Diffstat (limited to 'app/views/projects/pipelines/charts.html.haml')
-rw-r--r--app/views/projects/pipelines/charts.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/charts.html.haml b/app/views/projects/pipelines/charts.html.haml
index ef949ad4443..7cc43501497 100644
--- a/app/views/projects/pipelines/charts.html.haml
+++ b/app/views/projects/pipelines/charts.html.haml
@@ -2,7 +2,7 @@
- @breadcrumb_title = "Charts"
- page_title _("Charts"), _("Pipelines")
- if show_new_nav?
- - breadcrumbs_extra_links("Pipelines", project_pipelines_path(@project))
+ - add_to_breadcrumbs("Pipelines", project_pipelines_path(@project))
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')
= page_specific_javascript_bundle_tag('graphs')