diff options
author | Simon Knox <psimyn@gmail.com> | 2017-09-19 23:01:01 +1000 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2017-10-13 11:11:02 +1100 |
commit | c9a7f51b0f5b1c15c71762a59e9297424ac2af31 (patch) | |
tree | 44053e1691431a4253e77c05775c668884f95147 /app | |
parent | e49e443b70fc819bf19866523f08ef0707e1b5a4 (diff) | |
download | gitlab-ce-c9a7f51b0f5b1c15c71762a59e9297424ac2af31.tar.gz |
backport for gitlab-ee!2869backport-ee-2869
Diffstat (limited to 'app')
-rw-r--r-- | app/views/shared/boards/components/sidebar/_labels.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |