Restore and cleanup the admin conf todo list

This commit is contained in:
Michael Ball 2021-03-23 12:54:07 -07:00
parent 76df9c9782
commit 6e3e1199ef
3 changed files with 26 additions and 25 deletions

View file

@ -28,9 +28,10 @@
.col-md-12
= render 'line_chart',
title: 'Submissions per week', data: @submissions
-# .col-md-4
= render 'todo_list',
conference_progress: @conference_progress, conference: @conference
.col-md-4
- unless @conference.ended?
= render 'todo_list',
conference_progress: @conference_todo_list, conference: @conference
.row#tickets
.col-md-8
= render 'line_chart',