From 2dc6da87e53e7b3fae472a68cb6f388ed0db8e51 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 24 Mar 2021 03:02:43 -0700 Subject: [PATCH] Fix indentation on admin show page --- app/views/admin/conferences/show.html.haml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/app/views/admin/conferences/show.html.haml b/app/views/admin/conferences/show.html.haml index 8e6118fd..63a91d27 100644 --- a/app/views/admin/conferences/show.html.haml +++ b/app/views/admin/conferences/show.html.haml @@ -32,6 +32,17 @@ - unless @conference.ended? = render 'todo_list', conference_progress: @conference_todo_list, conference: @conference + - else + .list-group + .list-group-item + %h4 + Conference Progress + .progress + .progress-bar{ role: 'progressbar', 'aria-valuenow': 100, + 'aria-valuemin': 0, 'aria-valuemax': 100, + style: 'width: 100%;' } + Conference Complete! + .row#tickets .col-md-8 = render 'line_chart', @@ -60,11 +71,11 @@ = 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_withdrawn .row .col-md-4