Delint by re-enabling everying on the conference admin page
This commit is contained in:
parent
052c8a2f28
commit
914de7bf1a
1 changed files with 12 additions and 12 deletions
|
|
@ -29,8 +29,8 @@
|
||||||
= render 'line_chart',
|
= render 'line_chart',
|
||||||
title: 'Submissions per week', data: @submissions
|
title: 'Submissions per week', data: @submissions
|
||||||
.col-md-4
|
.col-md-4
|
||||||
-# = render 'todo_list',
|
= render 'todo_list',
|
||||||
-# conference_progress: @conference_progress, conference: @conference
|
conference_progress: @conference_progress, conference: @conference
|
||||||
.row#tickets
|
.row#tickets
|
||||||
.col-md-8
|
.col-md-8
|
||||||
= render 'line_chart',
|
= render 'line_chart',
|
||||||
|
|
@ -58,22 +58,22 @@
|
||||||
= render 'donut_chart', title: 'Event types',
|
= render 'donut_chart', title: 'Event types',
|
||||||
combined_data: @event_type_distribution
|
combined_data: @event_type_distribution
|
||||||
.col-md-4
|
.col-md-4
|
||||||
-# = render 'donut_chart', title: 'Difficulty levels',
|
= render 'donut_chart', title: 'Difficulty levels',
|
||||||
-# combined_data: @difficulty_levels_distribution
|
combined_data: @difficulty_levels_distribution
|
||||||
.col-md-4
|
.col-md-4
|
||||||
-# = 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_confirmed
|
||||||
.row
|
.row
|
||||||
.col-md-4
|
.col-md-4
|
||||||
-# = render 'donut_chart', title: 'Event types',
|
= render 'donut_chart', title: 'Event types',
|
||||||
-# combined_data: @event_type_distribution_confirmed
|
combined_data: @event_type_distribution_confirmed
|
||||||
.col-md-4
|
.col-md-4
|
||||||
-# = render 'donut_chart', title: 'Difficulty levels',
|
= render 'donut_chart', title: 'Difficulty levels',
|
||||||
-# combined_data: @difficulty_levels_distribution_confirmed
|
combined_data: @difficulty_levels_distribution_confirmed
|
||||||
.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
|
.tab-pane#distribution_withdrawn
|
||||||
.row
|
.row
|
||||||
.col-md-4
|
.col-md-4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue