Showing survey for users and handling authorization
This commit is contained in:
parent
9ce4ba6f6b
commit
67bccf0195
6 changed files with 44 additions and 6 deletions
|
|
@ -48,7 +48,7 @@
|
|||
%ul
|
||||
- @conference.surveys.for_registration.each do |survey|
|
||||
%li
|
||||
= link_to survey.title, "#"
|
||||
= link_to survey.title, conference_survey_path(@conference.short_title, survey)
|
||||
|
||||
- if @registration.events.any?
|
||||
.row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue