From e4b180f236295536342c694fb4a7aaa0b8a3faaf Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Fri, 13 Oct 2017 11:58:53 +0000 Subject: Merge branch 'backport-ee-2869' into 'master' backport for gitlab-ee!2869 See merge request gitlab-org/gitlab-ce!14505 --- app/views/shared/boards/components/sidebar/_labels.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/shared/boards/components/sidebar/_labels.html.haml b/app/views/shared/boards/components/sidebar/_labels.html.haml index 1f540bdaf93..dfc0f9be321 100644 --- a/app/views/shared/boards/components/sidebar/_labels.html.haml +++ b/app/views/shared/boards/components/sidebar/_labels.html.haml @@ -25,7 +25,7 @@ show_any: "true", project_id: @project&.try(:id), labels: labels_filter_path(false), - namespace_path: @project.try(:namespace).try(:full_path), + namespace_path: @namespace_path, project_path: @project.try(:path) }, ":data-issue-update" => "'#{build_issue_link_base}/' + issue.iid + '.json'" } %span.dropdown-toggle-text -- cgit v1.2.3