diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-23 10:55:40 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-23 10:55:40 -0600 |
commit | 4cca9a3e0f388210883ea2e3be97e92ac0576b38 (patch) | |
tree | 0aae37c6f085277b3c6004122d012b75e6c069f7 /app/views/projects/graphs | |
parent | 7ce0968a52a5bc013e49865205a8998881884c02 (diff) | |
download | gitlab-ce-4cca9a3e0f388210883ea2e3be97e92ac0576b38.tar.gz |
Reorganize the lib directory.
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r-- | app/views/projects/graphs/_head.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/_head.html.haml b/app/views/projects/graphs/_head.html.haml index 5ea4adcd0fa..ca04a782fcf 100644 --- a/app/views/projects/graphs/_head.html.haml +++ b/app/views/projects/graphs/_head.html.haml @@ -2,7 +2,7 @@ %ul{ class: (container_class) } - content_for :page_specific_javascripts do - = javascript_include_tag 'lib/chart/application.js', {integrity: true, "data-turbolinks-track" => true} + = javascript_include_tag 'lib/chart.js', {integrity: true, "data-turbolinks-track" => true} = javascript_include_tag 'graphs/application.js', {integrity: true, "data-turbolinks-track" => true} = nav_link(action: :show) do = link_to 'Contributors', namespace_project_graph_path |