summaryrefslogtreecommitdiff
path: root/app/views/projects/boards/_show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/boards/_show.html.haml')
-rw-r--r--app/views/projects/boards/_show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/boards/_show.html.haml b/app/views/projects/boards/_show.html.haml
index 13bc20f2ae2..855a4d4a241 100644
--- a/app/views/projects/boards/_show.html.haml
+++ b/app/views/projects/boards/_show.html.haml
@@ -30,4 +30,5 @@
%board-add-issues-modal{ "blank-state-image" => render('shared/empty_states/icons/issues.svg'),
"new-issue-path" => new_namespace_project_issue_path(@project.namespace, @project),
":issue-link-base" => "issueLinkBase",
- ":root-path" => "rootPath" }
+ ":root-path" => "rootPath",
+ ":project-id" => @project.try(:id) }