Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-07 00:17:52 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-03-07 00:17:52 +0300
commita898a2ab8744bc3a7a4d00fae7682c635aa30c19 (patch)
tree519597ebbd7f36fd245070eaf0e9c95fb4e97f27 /app/views/shared/boards
parent47e866b3786ff69166d7f2e2bd952084ab37a2e8 (diff)
Remove common_vue bundle
Diffstat (limited to 'app/views/shared/boards')
-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 3ac4245a61b..44b09545a61 100644
--- a/app/views/shared/boards/_show.html.haml
+++ b/app/views/shared/boards/_show.html.haml
@@ -7,7 +7,6 @@
- page_title "Boards"
- content_for :page_specific_javascripts do
- = webpack_bundle_tag 'common_vue'
-# haml-lint:disable InlineJavaScript
%script#js-board-template{ type: "text/x-template" }= render "shared/boards/components/board"