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

@ -121,6 +121,6 @@
- if @surveys.any?
.row
.col-md-12
%h2 Surveys
%h2#surveys Surveys
= render partial: 'surveys/list', locals: { surveys: @surveys, conference: @conference }