summaryrefslogtreecommitdiff
path: root/app/views/profiles
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-07-20 12:26:53 +0000
committerFatih Acet <acetfatih@gmail.com>2016-07-20 12:26:53 +0000
commit812bb8b4388662e2c471dd689421a64daaededfb (patch)
tree41dba64ef0e8d00d65857a36ad6b69f08c8b50c8 /app/views/profiles
parent8e6fa5937be35b3b1c0907911ec9a961ccd23935 (diff)
parentec8a25ba0b1b7cff6f432cb77574cfc181bea012 (diff)
downloadgitlab-ce-812bb8b4388662e2c471dd689421a64daaededfb.tar.gz
Merge branch 'rename-js-files' into 'master'
Replace namespace-specific application.js files with namespace-bundle.js files. Following up on the per-page JavaScript improvements, I wanted to replace the use of `application.js` with `namespace-bundle.js` to prevent confusion when downloading more than one application.js file. This is pretty much just for the sake of clarity. cc: @alfredo1 See merge request !5221
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/_head.html.haml b/app/views/profiles/_head.html.haml
index 003884a5bd9..943ebdaeffe 100644
--- a/app/views/profiles/_head.html.haml
+++ b/app/views/profiles/_head.html.haml
@@ -1,3 +1,3 @@
- content_for :page_specific_javascripts do
= page_specific_javascript_tag('lib/cropper.js')
- = page_specific_javascript_tag('profile/application.js')
+ = page_specific_javascript_tag('profile/profile_bundle.js')