Add surveys to proposal todo list

This commit is contained in:
Andrew Kvalheim 2023-03-14 17:00:53 -07:00
parent f8d6283f44
commit 1260786a62
8 changed files with 25 additions and 2 deletions

View file

@ -7,6 +7,10 @@
Speaker(s) registered to the conference
- else
= link_to 'Speaker(s) not registered to the conference', new_conference_conference_registration_path(event.program.conference.short_title)
- unless progress_status['surveys'].nil?
%li{'class'=>class_for_todo(progress_status['surveys'])}
%span{'class'=>icon_for_todo(progress_status['surveys'])}
= link_to 'Respond to surveys', '#surveys'
%li{'class'=>class_for_todo(progress_status['biographies'])}
%span{'class'=>icon_for_todo(progress_status['biographies'])}
- if progress_status['biographies']