summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/_head.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/graphs/_head.html.haml')
-rw-r--r--app/views/projects/graphs/_head.html.haml2
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 ca347406dfe..45e51389c00 100644
--- a/app/views/projects/graphs/_head.html.haml
+++ b/app/views/projects/graphs/_head.html.haml
@@ -3,7 +3,7 @@
- content_for :page_specific_javascripts do
= page_specific_javascript_tag('lib/chart.js')
- = page_specific_javascript_tag('graphs/application.js')
+ = page_specific_javascript_tag('graphs/graphs_bundle.js')
= nav_link(action: :show) do
= link_to 'Contributors', namespace_project_graph_path
= nav_link(action: :commits) do