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>2018-02-17 01:41:36 +0300
committerMike Greiling <mike@pixelcog.com>2018-02-20 01:56:10 +0300
commitfb38bc3faeee0d691f8f473cf5b32d356eabb43f (patch)
tree4edf632c50fa8aba195b69bdc31ec486e36d12ac /app/views/projects/graphs
parent5219a79469689d1b44efdb34772116850d0e2d1d (diff)
remove graphs_show webpack bundle
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r--app/views/projects/graphs/show.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml
index 91d2c48ccd1..c81ee6874e3 100644
--- a/app/views/projects/graphs/show.html.haml
+++ b/app/views/projects/graphs/show.html.haml
@@ -1,8 +1,5 @@
- @no_container = true
- page_title _('Contributors')
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag('common_d3')
- = webpack_bundle_tag('graphs_show')
.js-graphs-show{ class: container_class, 'data-project-graph-path': project_graph_path(@project, current_ref, format: :json) }
.sub-header-block