summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-10-11 14:03:19 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-10-11 14:03:19 -0500
commit16a97d644c442f67ff23caa4d744d8cfa06f144b (patch)
treee1c07b07361a8cf29994a57d3f996c6e19a46ec5 /app/views/users
parentefeaf3bd41e60be1405b7e3ccfcfb6cb4747518c (diff)
downloadgitlab-ce-16a97d644c442f67ff23caa4d744d8cfa06f144b.tar.gz
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 6c3cd6ecefe..cc59f8660fd 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -4,6 +4,9 @@
- page_description @user.bio
- header_title @user.name, user_path(@user)
- @no_container = true
+- content_for :page_specific_javascripts do
+ = webpack_bundle_tag 'common_d3'
+ = webpack_bundle_tag 'users'
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, user_url(@user, format: :atom), title: "#{@user.name} activity")