From 9fcc28d42850eb7aa891b701721f803ebb0a3d55 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 12 Jul 2017 09:04:22 +0100 Subject: moved declaration of `breadcrumb_title` into `page_title` method `breadcrumb_title` is then overriden when needed --- app/views/groups/issues.html.haml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/views/groups/issues.html.haml') diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml index a7003f6cd33..735d9390699 100644 --- a/app/views/groups/issues.html.haml +++ b/app/views/groups/issues.html.haml @@ -1,4 +1,3 @@ -- @breadcrumb_title = "Issues" - page_title "Issues" - group_issues_exists = group_issues(@group).exists? = render "head_issues" -- cgit v1.2.3