Cleanup conferences show page
This commit is contained in:
parent
05a04427c2
commit
de607fc262
1 changed files with 1 additions and 26 deletions
|
|
@ -67,21 +67,7 @@
|
||||||
-#
|
-#
|
||||||
= render 'donut_chart', title: 'Tracks',
|
= render 'donut_chart', title: 'Tracks',
|
||||||
combined_data: @tracks_distribution
|
combined_data: @tracks_distribution
|
||||||
.tab-pane#distribution_confirmed
|
-# .tab-pane#distribution_withdrawn
|
||||||
.row
|
|
||||||
.col-md-4
|
|
||||||
-#
|
|
||||||
= render 'donut_chart', title: 'Event types',
|
|
||||||
combined_data: @event_type_distribution_confirmed
|
|
||||||
.col-md-4
|
|
||||||
-#
|
|
||||||
= render 'donut_chart', title: 'Difficulty levels',
|
|
||||||
combined_data: @difficulty_levels_distribution_confirmed
|
|
||||||
.col-md-4
|
|
||||||
-#
|
|
||||||
= render 'donut_chart', title: 'Tracks',
|
|
||||||
combined_data: @tracks_distribution_confirmed
|
|
||||||
.tab-pane#distribution_withdrawn
|
|
||||||
.row
|
.row
|
||||||
.col-md-4
|
.col-md-4
|
||||||
= render 'donut_chart', title: 'Event types',
|
= render 'donut_chart', title: 'Event types',
|
||||||
|
|
@ -103,17 +89,6 @@
|
||||||
.col-md-4
|
.col-md-4
|
||||||
= render 'donut_chart', title: 'Tracks',
|
= render 'donut_chart', title: 'Tracks',
|
||||||
combined_data: @tracks_distribution_confirmed
|
combined_data: @tracks_distribution_confirmed
|
||||||
.tab-pane#distribution_withdrawn
|
|
||||||
.row
|
|
||||||
.col-md-4
|
|
||||||
= render 'donut_chart', title: 'Event types',
|
|
||||||
combined_data: @event_type_distribution_withdrawn
|
|
||||||
.col-md-4
|
|
||||||
= render 'donut_chart', title: 'Difficulty levels',
|
|
||||||
combined_data: @difficulty_levels_distribution_withdrawn
|
|
||||||
.col-md-4
|
|
||||||
= render 'donut_chart', title: 'Tracks',
|
|
||||||
combined_data: @tracks_distribution_withdrawn
|
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-8
|
.col-md-8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue