debian-mirror-gitlab/app/views/projects/product_analytics/graphs.html.haml

17 lines
370 B
Text
Raw Normal View History

2020-10-24 23:57:45 +05:30
- page_title _('Product Analytics')
= render 'links'
%p
= _('Showing graphs based on events of the last %{timerange} days.') % { timerange: @timerange }
2020-11-24 15:15:51 +05:30
.gl-mb-3
= render 'graph', graph: @activity_graph
2020-10-24 23:57:45 +05:30
- @graphs.each_slice(2) do |pair|
.row.append-bottom-10
- pair.each do |graph|
.col-md-6{ id: graph[:id] }
= render 'graph', graph: graph