summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-02 01:34:36 -0600
committerMike Greiling <mike@pixelcog.com>2017-03-03 16:47:38 -0600
commitec9180719ef3d8a3d2aa6bc67b2ec31f91c57613 (patch)
treedcbaaea460d4e6fd902ff151f1352bf9bf555214 /app/views/users
parent1f9743310054273b98e423b6dc5e99a5bc9fd7a2 (diff)
downloadgitlab-ce-ec9180719ef3d8a3d2aa6bc67b2ec31f91c57613.tar.gz
create a cacheable commons bundle for d3 library
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 af091f9ab88..76cd330e80a 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -1,7 +1,7 @@
- page_title @user.name
- page_description @user.bio
- content_for :page_specific_javascripts do
- = page_specific_javascript_bundle_tag('lib_d3')
+ = page_specific_javascript_bundle_tag('common_d3')
= page_specific_javascript_bundle_tag('users')
- header_title @user.name, user_path(@user)
- @no_container = true