From de607fc26244aafb8ddc287051e6b994e2cca87f Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 24 Mar 2021 02:37:07 -0700 Subject: [PATCH] Cleanup conferences show page --- app/views/admin/conferences/show.html.haml | 27 +--------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/app/views/admin/conferences/show.html.haml b/app/views/admin/conferences/show.html.haml index aa8d8417..24307099 100644 --- a/app/views/admin/conferences/show.html.haml +++ b/app/views/admin/conferences/show.html.haml @@ -67,21 +67,7 @@ -# = 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 - .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 + -# .tab-pane#distribution_withdrawn .row .col-md-4 = render 'donut_chart', title: 'Event types', @@ -103,17 +89,6 @@ .col-md-4 = render 'donut_chart', title: 'Tracks', 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 .col-md-8