show reviewer comments field in the app
This commit is contained in:
parent
04154020a5
commit
cb9455f813
2 changed files with 10 additions and 0 deletions
|
|
@ -122,6 +122,11 @@
|
||||||
%b Requirements
|
%b Requirements
|
||||||
%td= simple_format(@event.description)
|
%td= simple_format(@event.description)
|
||||||
|
|
||||||
|
%tr
|
||||||
|
%td
|
||||||
|
%b Committee Review
|
||||||
|
%td= markdown(@event.committee_review)
|
||||||
|
|
||||||
- if @conference.program.rating_enabled?
|
- if @conference.program.rating_enabled?
|
||||||
= render 'voting',
|
= render 'voting',
|
||||||
event: @event,
|
event: @event,
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,11 @@
|
||||||
250
|
250
|
||||||
words.
|
words.
|
||||||
|
|
||||||
|
- if current_user.has_any_role? :admin, { name: :organizer, resource: @conference }, { name: :cfp, resource: @conference }
|
||||||
|
%br
|
||||||
|
= f.input :committee_review, input_html: { rows: 5, data: { provide: 'markdown' }, placeholder: '' },
|
||||||
|
hint: markdown_hint('This field is shared with the submission authors.')
|
||||||
|
|
||||||
- if current_user.is_admin? or @program.cfp.enable_registrations?
|
- if current_user.is_admin? or @program.cfp.enable_registrations?
|
||||||
= f.inputs 'Enable pre-registration' do
|
= f.inputs 'Enable pre-registration' do
|
||||||
= f.input :require_registration, label: 'Require participants to register to your event'
|
= f.input :require_registration, label: 'Require participants to register to your event'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue