summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-07-12 14:30:09 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-15 14:42:28 -0600
commitec8a25ba0b1b7cff6f432cb77574cfc181bea012 (patch)
tree8f62398ae8cc82fd5b684783cb58dc7c48df2537 /app/views/projects/graphs
parent1d958b035d944383fcde88cfd5c856c830e4fb2e (diff)
downloadgitlab-ce-ec8a25ba0b1b7cff6f432cb77574cfc181bea012.tar.gz
Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-files
Diffstat (limited to 'app/views/projects/graphs')
-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