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

graphs.html.haml « product_analytics « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89286061594dd613ec7672c3c632b5925331b0c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title _('Product Analytics')

= render 'links'

%p
  = _('Showing graphs based on events of the last %{timerange} days.') % { timerange: @timerange }

- @graphs.each_slice(2) do |pair|
  .row.append-bottom-10
    - pair.each do |graph|
      .col-md-6{ id: graph[:id] }
        = render 'graph', graph: graph