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:
authorDinesh Sawant <dineshsawant300@gmail.com>2017-02-07 18:19:11 +0300
committerDinesh Sawant <dineshsawant300@gmail.com>2017-02-07 18:19:11 +0300
commit987162282c9d0e5cba7ab2b6f0a5603fe834c561 (patch)
tree0437a87732b87b79edaf028d58794958e2901768 /app/views/projects/issues/show.html.haml
parent1d57be4027e510bc04c320beb6050b9178f54a1f (diff)
parent412ab17d3f2033c6cc602c79be56476d186f124d (diff)
Merge branch 'master' of https://gitlab.com/dinsaw/gitlab-ce into removed-unused-parameter-status-only
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 608d28657ff..d3eb3b7055b 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -3,7 +3,7 @@
- page_description @issue.description
- page_card_attributes @issue.card_attributes
- content_for :page_specific_javascripts do
- = page_specific_javascript_tag('lib/vue_resource.js')
+ = page_specific_javascript_bundle_tag('lib_vue')
.clearfix.detail-page-header
.issuable-header