summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/show.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-07-18 04:15:02 -0500
committerMike Greiling <mike@pixelcog.com>2017-07-18 04:15:02 -0500
commit9182583e1f33563155339d0228ae993a636f515f (patch)
treeca6b269e815c3b422745a929266beb2b92a019c0 /app/views/projects/blob/show.html.haml
parentce9a4ea67d25aeb3452f47e7b27f8ce4484db3c1 (diff)
downloadgitlab-ce-9182583e1f33563155339d0228ae993a636f515f.tar.gz
remove needless rails helper
Diffstat (limited to 'app/views/projects/blob/show.html.haml')
-rw-r--r--app/views/projects/blob/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/blob/show.html.haml b/app/views/projects/blob/show.html.haml
index 41f75a491a5..bedce8c1d0f 100644
--- a/app/views/projects/blob/show.html.haml
+++ b/app/views/projects/blob/show.html.haml
@@ -4,7 +4,8 @@
= render "projects/commits/head"
- content_for :page_specific_javascripts do
- = page_specific_javascript_bundle_tag('blob')
+ = webpack_bundle_tag 'blob'
+ = webpack_bundle_tag 'repo'
= render 'projects/last_push'