Merge pull request #509 from ChrisBr/fix_to_do
Fixes to do list link to registration period
This commit is contained in:
commit
567ce6342d
2 changed files with 6 additions and 2 deletions
|
|
@ -67,7 +67,8 @@
|
|||
x: @cfp_weeks,
|
||||
unit: 'weeks' }
|
||||
.col-md-4
|
||||
= render partial: 'todo_list', locals: { conference_progress: @conference_progress }
|
||||
= render partial: 'todo_list', locals: { conference_progress: @conference_progress,
|
||||
conference: @conference }
|
||||
.row
|
||||
.col-md-12#doughnut
|
||||
%ul.nav.nav-tabs#doughnut_tabs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue