summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-02 17:05:06 -0600
committerMike Greiling <mike@pixelcog.com>2017-03-03 16:47:39 -0600
commited3e3317de6e386364c1949b939c087b7aed6258 (patch)
treea5981294e7d7c2eb11c0ebc5fe8ddc7b4660cec5
parentd0d34786e9bdda51dfecc59a419082db8c523ddc (diff)
downloadgitlab-ce-ed3e3317de6e386364c1949b939c087b7aed6258.tar.gz
remove isolated common_vue inclusion
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 394f1999f2c..d39f36e94c7 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -2,8 +2,6 @@
- page_title "#{@issue.title} (#{@issue.to_reference})", "Issues"
- page_description @issue.description
- page_card_attributes @issue.card_attributes
-- content_for :page_specific_javascripts do
- = page_specific_javascript_bundle_tag('common_vue')
.clearfix.detail-page-header
.issuable-header