Merge master
This commit is contained in:
commit
f3271f5cdc
21 changed files with 58 additions and 37 deletions
|
|
@ -47,6 +47,12 @@
|
|||
words.
|
||||
|
||||
%br
|
||||
- @conference.program.event_types.each do |event_type|
|
||||
%span{ class: 'help-block select-help-text event_event_type_id collapse', id: "#{event_type.id}-help" }
|
||||
%h3
|
||||
= event_type.name
|
||||
Instructions
|
||||
= markdown(event_type.submission_instructions)
|
||||
|
||||
= f.input :submission_text, input_html: { rows: 5, data: { provide: 'markdown' }, placeholder: '' },
|
||||
hint: markdown_hint('Only conference organizers will read this.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue