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.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/product_analytics/graphs.html.haml b/app/views/projects/product_analytics/graphs.html.haml
index 89286061594..c345561e6ce 100644
--- a/app/views/projects/product_analytics/graphs.html.haml
+++ b/app/views/projects/product_analytics/graphs.html.haml
@@ -5,6 +5,10 @@
%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|