summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-26 16:03:07 +0000
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:43 +0300
commit3aabf0c6aa2b76ef4458250ca98876e3f268fe14 (patch)
treedfa8faa18be2200b8fa65e6116276a6fb3eaad83 /app/views
parent54461ce2a3a35071e82fac11f70d39373de424a6 (diff)
downloadgitlab-ce-3aabf0c6aa2b76ef4458250ca98876e3f268fe14.tar.gz
Used issue bulk update instead of different endpoint
Diffstat (limited to 'app/views')
-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 a64f66b5b64..068e69bada6 100644
--- a/app/views/projects/boards/_show.html.haml
+++ b/app/views/projects/boards/_show.html.haml
@@ -27,4 +27,5 @@
":key" => "_uid" }
= render "projects/boards/components/sidebar"
%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) }
+ "new-issue-path" => new_namespace_project_issue_path(@project.namespace, @project),
+ "bulk-update-path" => bulk_update_namespace_project_issues_path(@project.namespace, @project) }