summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-02-15 12:26:38 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-02-15 12:26:38 +0100
commit0af391d2f45f23fb806584a5c80747145a07b7c0 (patch)
treef7f6363f73335954e4fc9af64e242c7f027e4563 /app/views/shared
parent02d9f54f197a28f2d102b7346b1212edb7ddc117 (diff)
downloadgitlab-ce-0af391d2f45f23fb806584a5c80747145a07b7c0.tar.gz
Refactored use of boards/boards_bundle.js, created a dipatcher import
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/boards/_show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/boards/_show.html.haml b/app/views/shared/boards/_show.html.haml
index ee8ad8e3999..de470730f5e 100644
--- a/app/views/shared/boards/_show.html.haml
+++ b/app/views/shared/boards/_show.html.haml
@@ -7,7 +7,6 @@
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'filtered_search'
- = webpack_bundle_tag 'boards'
%script#js-board-template{ type: "text/x-template" }= render "shared/boards/components/board"
%script#js-board-modal-filter{ type: "text/x-template" }= render "shared/issuable/search_bar", type: :boards_modal