Restore and cleanup the admin conf todo list
This commit is contained in:
parent
76df9c9782
commit
6e3e1199ef
3 changed files with 26 additions and 25 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue