summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-31 11:48:43 +0000
committerPhil Hughes <me@iamphill.com>2017-02-03 18:03:40 +0000
commit4652b08f19fb1dcdea5f062cb3be017518192a34 (patch)
treef6d49eb07e573ac62719ba6b26b149a9c9f07ec8 /app/views/projects/boards
parent9e4335363c9e7d2ea758c9c601314b88534dc9ae (diff)
downloadgitlab-ce-4652b08f19fb1dcdea5f062cb3be017518192a34.tar.gz
Hardcoded author, assignee & milestone dropdowns
Diffstat (limited to 'app/views/projects/boards')
-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) }