summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-26 11:29:04 +0000
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:43 +0300
commitff98a7434ffe848738228cd51d9deee3b8373d91 (patch)
treeed1e4c363c398bfa7338a2aad2ba30f235f5f9d5 /app/views/projects/boards
parentd9894a2fddb70f37432a3605eac85c7b9e5d0fee (diff)
downloadgitlab-ce-ff98a7434ffe848738228cd51d9deee3b8373d91.tar.gz
Added empty state
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 798eace7a82..a64f66b5b64 100644
--- a/app/views/projects/boards/_show.html.haml
+++ b/app/views/projects/boards/_show.html.haml
@@ -26,4 +26,5 @@
":issue-link-base" => "issueLinkBase",
":key" => "_uid" }
= render "projects/boards/components/sidebar"
- %board-add-issues-modal
+ %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) }