Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-04 02:41:00 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-05 23:23:58 +0300
commita7dd1ec4146cb8ed3857e9dcc21abda7882b6618 (patch)
treeffa9dae77355cf87ffe6637e53d6de22ec2c2584 /app/views/projects/network
parent8a5557ce514fc5bd1a8e4e236713fd0910ce7e78 (diff)
merge raphael library into the network bundle
Diffstat (limited to 'app/views/projects/network')
-rw-r--r--app/views/projects/network/show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/network/show.html.haml b/app/views/projects/network/show.html.haml
index a4a24a217d3..ed6077f6c6b 100644
--- a/app/views/projects/network/show.html.haml
+++ b/app/views/projects/network/show.html.haml
@@ -1,6 +1,5 @@
- page_title "Graph", @ref
- content_for :page_specific_javascripts do
- = page_specific_javascript_tag('lib/raphael.js')
= page_specific_javascript_bundle_tag('network')
= render "projects/commits/head"
= render "head"