summaryrefslogtreecommitdiff
path: root/app/views/projects/product_analytics/graphs.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/product_analytics/graphs.html.haml')
-rw-r--r--app/views/projects/product_analytics/graphs.html.haml16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/projects/product_analytics/graphs.html.haml b/app/views/projects/product_analytics/graphs.html.haml
deleted file mode 100644
index c345561e6ce..00000000000
--- a/app/views/projects/product_analytics/graphs.html.haml
+++ /dev/null
@@ -1,16 +0,0 @@
-- page_title _('Product Analytics')
-
-= render 'links'
-
-%p
- = _('Showing graphs based on events of the last %{timerange} days.') % { timerange: @timerange }
-
-
-.gl-mb-3
- = render 'graph', graph: @activity_graph
-
-- @graphs.each_slice(2) do |pair|
- .row.append-bottom-10
- - pair.each do |graph|
- .col-md-6{ id: graph[:id] }
- = render 'graph', graph: graph