Implement Event Ratings

This commit is contained in:
shlok007 2016-09-22 20:06:46 -04:00 committed by Shlok Srivastava
parent 5be1ad52ee
commit 20f4853487
67 changed files with 1298 additions and 378 deletions

View file

@ -168,8 +168,8 @@
%b Description
%td= simple_format(@event.description)
- if @conference.program && @conference.program.rating && @conference.program.rating > 0
= render partial: 'voting'
- if @votable_fields.present?
= render partial: 'voting'
.row
= link_to "Comments (#{@comment_count})", '#', id: 'event-comment-link'