summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-30 16:26:42 +0000
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:44 +0300
commite140675eef49e65e8b80909cf22c05284514cdef (patch)
tree6dc7e2a1529b925174c7cb68dcaf3c2be3169542 /app/views/projects/boards
parent6c828906a24e374c68884c8884135ec1472721b8 (diff)
downloadgitlab-ce-e140675eef49e65e8b80909cf22c05284514cdef.tar.gz
Fixed issue link href
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 068e69bada6..a0f9dfc5b5b 100644
--- a/app/views/projects/boards/_show.html.haml
+++ b/app/views/projects/boards/_show.html.haml
@@ -28,4 +28,5 @@
= 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),
- "bulk-update-path" => bulk_update_namespace_project_issues_path(@project.namespace, @project) }
+ "bulk-update-path" => bulk_update_namespace_project_issues_path(@project.namespace, @project),
+ ":issue-link-base" => "issueLinkBase" }