show reviewer comments field in the app

This commit is contained in:
Michael Ball 2021-03-04 01:39:12 -08:00
parent 04154020a5
commit cb9455f813
2 changed files with 10 additions and 0 deletions

View file

@ -122,6 +122,11 @@
%b Requirements
%td= simple_format(@event.description)
%tr
%td
%b Committee Review
%td= markdown(@event.committee_review)
- if @conference.program.rating_enabled?
= render 'voting',
event: @event,