From 914de7bf1ac1b6d36020b3f3c86b6809b3231fa8 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 10 Mar 2021 14:28:14 -0800 Subject: [PATCH] Delint by re-enabling everying on the conference admin page --- app/views/admin/conferences/show.html.haml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/views/admin/conferences/show.html.haml b/app/views/admin/conferences/show.html.haml index 76990b10..89daeff5 100644 --- a/app/views/admin/conferences/show.html.haml +++ b/app/views/admin/conferences/show.html.haml @@ -29,8 +29,8 @@ = render 'line_chart', title: 'Submissions per week', data: @submissions .col-md-4 - -# = render 'todo_list', - -# conference_progress: @conference_progress, conference: @conference + = render 'todo_list', + conference_progress: @conference_progress, conference: @conference .row#tickets .col-md-8 = render 'line_chart', @@ -58,22 +58,22 @@ = render 'donut_chart', title: 'Event types', combined_data: @event_type_distribution .col-md-4 - -# = render 'donut_chart', title: 'Difficulty levels', - -# combined_data: @difficulty_levels_distribution + = render 'donut_chart', title: 'Difficulty levels', + combined_data: @difficulty_levels_distribution .col-md-4 - -# = render 'donut_chart', title: 'Tracks', - -# combined_data: @tracks_distribution + = render 'donut_chart', title: 'Tracks', + combined_data: @tracks_distribution .tab-pane#distribution_confirmed .row .col-md-4 - -# = render 'donut_chart', title: 'Event types', - -# combined_data: @event_type_distribution_confirmed + = 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 + = 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 + = render 'donut_chart', title: 'Tracks', + combined_data: @tracks_distribution_confirmed .tab-pane#distribution_withdrawn .row .col-md-4