summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-23 10:55:40 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-23 10:55:40 -0600
commit4cca9a3e0f388210883ea2e3be97e92ac0576b38 (patch)
tree0aae37c6f085277b3c6004122d012b75e6c069f7 /app/views/users
parent7ce0968a52a5bc013e49865205a8998881884c02 (diff)
downloadgitlab-ce-4cca9a3e0f388210883ea2e3be97e92ac0576b38.tar.gz
Reorganize the lib directory.
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 9ca351e5147..0fabc2a7714 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
- = javascript_include_tag 'lib/d3/application.js', {integrity: true, "data-turbolinks-track" => true}
+ = javascript_include_tag 'lib/d3.js', {integrity: true, "data-turbolinks-track" => true}
= javascript_include_tag 'users/application.js', {integrity: true, "data-turbolinks-track" => true}
- header_title @user.name, user_path(@user)
- @no_container = true