Implement Event Ratings
This commit is contained in:
parent
5be1ad52ee
commit
20f4853487
67 changed files with 1298 additions and 378 deletions
|
|
@ -45,6 +45,13 @@
|
|||
.row.speakerbio
|
||||
.col-md-12
|
||||
= markdown(speaker.biography)
|
||||
-if @event.scheduled?
|
||||
%dl.col-md-12
|
||||
-if @event.ended?
|
||||
- @votable_fields.each do |field|
|
||||
%dt= field.title
|
||||
%dd= rating_for @event, field.title
|
||||
%br
|
||||
.col-md-9
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue