Add survey with target after_event
This commit is contained in:
parent
e1adf28081
commit
9908f88570
10 changed files with 45 additions and 9 deletions
|
|
@ -38,7 +38,7 @@
|
|||
class: 'rating myrating'
|
||||
- else
|
||||
= rating_stars(event.user_rating(current_user), max_rating, voted: true)
|
||||
= (Voting period is closed)
|
||||
(Voting period is closed)
|
||||
|
||||
- if show_votes
|
||||
- unless votes.blank?
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@
|
|||
%b State
|
||||
%th
|
||||
.fa.fa-comment
|
||||
%th Add Survey
|
||||
- @events.each do |event|
|
||||
= render 'datatable_row',
|
||||
event: event,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue