Add survey with target after_event
This commit is contained in:
parent
e1adf28081
commit
9908f88570
10 changed files with 45 additions and 9 deletions
|
|
@ -122,3 +122,8 @@
|
|||
%dt Room:
|
||||
%dd
|
||||
= event.room.name
|
||||
.row
|
||||
.col-md-12
|
||||
- if @surveys_after_event.any? && @event.ended?
|
||||
.page-header
|
||||
= render partial: 'surveys/list', locals: { surveys: @surveys_after_event, conference: @conference }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue