Statistics on top of Events#index

This commit is contained in:
Ana 2016-06-11 14:09:23 +02:00
parent f5e52e3855
commit f5701f2e77
3 changed files with 24 additions and 0 deletions

View file

@ -8,6 +8,13 @@
%p.text-muted
All the submissions of your speakers
.row
.col-md-4
= render partial: 'admin/conference/doughnut_chart', locals: {title: 'Events state', data: @event_distribution}
.col-md-4
= render partial: 'admin/conference/doughnut_chart', locals: {title: 'Confirmed events scheduled', data: @scheduled_event_distribution}
.col-md-4
= render partial: 'admin/conference/doughnut_chart', locals: {title: 'Tracks of confirmed events', data: @tracks_distribution_confirmed}
.row{ style: "margin-top: 40px;"}
.col-md-12
%table.table.table-striped.table-bordered.table-hover.datatable
%thead