summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-28 01:49:54 -0600
committerMike Greiling <mike@pixelcog.com>2018-02-28 10:16:50 -0600
commit54432de3b6574fd63da0723a2f2fc47b8e4037cc (patch)
tree9787e6f70eb22b87009ffbada351c51778b98358 /app/views/shared/issuable/_sidebar.html.haml
parent5a3511ea78eb50176f4a5c4576ef7955663611c1 (diff)
downloadgitlab-ce-54432de3b6574fd63da0723a2f2fc47b8e4037cc.tar.gz
remove a bunch of superfluous common_vue bundlesdispatcher-cleanup
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index c1589027898..1a1e93bb0fe 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -1,6 +1,4 @@
- todo = issuable_todo(issuable)
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag('common_vue')
%aside.right-sidebar.js-right-sidebar.js-issuable-sidebar{ data: { signed: { in: current_user.present? } }, class: sidebar_gutter_collapsed_class, 'aria-live' => 'polite' }
.issuable-sidebar{ data: { endpoint: "#{issuable_json_path(issuable)}" } }