This commit is contained in:
Michael Ball 2021-03-24 02:33:50 -07:00
parent 82e45fff0a
commit 05a04427c2

View file

@ -1,5 +1,4 @@
-# PARTIAL FOR EVENT/PROPOSAL FORM -# PARTIAL FOR EVENT/PROPOSAL FORM
-# `f` a current from helper.
= f.input :event_type_id, as: :select, include_blank: false, label: 'Type', = f.input :event_type_id, as: :select, include_blank: false, label: 'Type',
input_html: { class: 'select-help-toggle' }, input_html: { class: 'select-help-toggle' },
@ -24,7 +23,7 @@
%p %p
You have used You have used
%span#abstract-count #{@event.abstract_word_count} %span#abstract-count 0
words. Abstracts must be between words. Abstracts must be between
%span#abstract-minimum-word-count 0 %span#abstract-minimum-word-count 0
and and
@ -46,9 +45,11 @@
speakers list. (However, they must have an active #{ENV['OSEM_NAME']} account.) speakers list. (However, they must have an active #{ENV['OSEM_NAME']} account.)
- else - else
%p %p
Please use the following as the template for your submission. This will help the conference committee review your submission with all the details they need. If you have any co-presenters, please include them below. After Please use the following as the template for your submission. This will help the conference
submission, you will have the opportunity to add them to the speakers committee review your submission with all the details they need. If you have any
list. (However, they must have an active #{ENV['OSEM_NAME']} account.) co-presenters, please include them below. After submission, you will have the opportunity
to add them to the speakers list. (However, they must have an active #{ENV['OSEM_NAME']}
account.)
.panel.panel-primary .panel.panel-primary
.panel-heading .panel-heading
= event_type.name = event_type.name
@ -56,7 +57,8 @@
.panel-body .panel-body
= markdown(event_type.submission_instructions) = markdown(event_type.submission_instructions)
.panel-footer .panel-footer
%button.btn.btn-warning.btn-xs.js-resetSubmissionText{ type: 'button', data: { confirm: 'Do you really want to reset your submission text to the provided template?' } } %button.btn.btn-warning.btn-xs.js-resetSubmissionText{ type: 'button',
data: { confirm: 'Do you really want to reset your submission text to the provided template?' } }
Reset Submission to Template Reset Submission to Template
%span.small You may want to use this if you have changed the submission type. %span.small You may want to use this if you have changed the submission type.