Add surveys during proposal submission

This commit is contained in:
Andrew Kvalheim 2022-03-11 14:28:16 -08:00
parent 4de554e0d4
commit f8d6283f44
6 changed files with 40 additions and 2 deletions

View file

@ -117,3 +117,10 @@
.col-md-12
- if can? :create, @event
= link_to "New Proposal", new_conference_program_proposal_path(@conference.short_title), class: 'btn btn-success pull-right'
- if @surveys.any?
.row
.col-md-12
%h2 Surveys
= render partial: 'surveys/list', locals: { surveys: @surveys, conference: @conference }