summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-07-12 14:30:09 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-15 14:42:28 -0600
commitec8a25ba0b1b7cff6f432cb77574cfc181bea012 (patch)
tree8f62398ae8cc82fd5b684783cb58dc7c48df2537 /app/views/users
parent1d958b035d944383fcde88cfd5c856c830e4fb2e (diff)
downloadgitlab-ce-ec8a25ba0b1b7cff6f432cb77574cfc181bea012.tar.gz
Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-files
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index db2b4885861..c7f39868e71 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -2,7 +2,7 @@
- page_description @user.bio
- content_for :page_specific_javascripts do
= page_specific_javascript_tag('lib/d3.js')
- = page_specific_javascript_tag('users/application.js')
+ = page_specific_javascript_tag('users/users_bundle.js')
- header_title @user.name, user_path(@user)
- @no_container = true