summaryrefslogtreecommitdiff
path: root/app/views/projects
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/projects
parent7ce0968a52a5bc013e49865205a8998881884c02 (diff)
downloadgitlab-ce-4cca9a3e0f388210883ea2e3be97e92ac0576b38.tar.gz
Reorganize the lib directory.
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/graphs/_head.html.haml2
-rw-r--r--app/views/projects/network/show.html.haml2
2 files changed, 2 insertions, 2 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
diff --git a/app/views/projects/network/show.html.haml b/app/views/projects/network/show.html.haml
index 749afe6b6ab..8bfda9776c7 100644
--- a/app/views/projects/network/show.html.haml
+++ b/app/views/projects/network/show.html.haml
@@ -1,6 +1,6 @@
- page_title "Network", @ref
- content_for :page_specific_javascripts do
- = javascript_include_tag 'lib/raphael/application.js', {integrity: true, "data-turbolinks-track" => true}
+ = javascript_include_tag 'lib/raphael.js', {integrity: true, "data-turbolinks-track" => true}
= javascript_include_tag 'network/application.js', {integrity: true, "data-turbolinks-track" => true}
= render "projects/commits/head"
= render "head"