From 8e9ae78007010afb967cdf01f29568744d4c8c7a Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 7 Jul 2017 21:50:34 +0100 Subject: rename method --- app/views/projects/settings/integrations/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/settings/integrations/show.html.haml') diff --git a/app/views/projects/settings/integrations/show.html.haml b/app/views/projects/settings/integrations/show.html.haml index 3bbbc0af017..149da96d3f6 100644 --- a/app/views/projects/settings/integrations/show.html.haml +++ b/app/views/projects/settings/integrations/show.html.haml @@ -1,7 +1,7 @@ - @content_class = "limit-container-width" unless fluid_layout - page_title 'Integrations' - if show_new_nav? - - breadcrumbs_extra_links("Settings", edit_project_path(@project)) + - add_to_breadcrumbs("Settings", edit_project_path(@project)) = render "projects/settings/head" = render 'projects/hooks/index' = render 'projects/services/index' -- cgit v1.2.1