Add buttons for submission text template reset
This commit is contained in:
parent
07348cb08f
commit
e00544e024
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
||||||
|
|
||||||
= f.input :submission_text, input_html: { rows: 5, data: { provide: 'markdown' }, placeholder: '' },
|
= f.input :submission_text, input_html: { rows: 5, data: { provide: 'markdown' }, placeholder: '' },
|
||||||
hint: markdown_hint('Only conference organizers will read this.')
|
hint: markdown_hint('Only conference organizers will read this.')
|
||||||
|
%button.btn.btn-primary.primary-button{ type: 'button', id: 'sub_text_reset', data: { confirm: 'Do you really want to reset your submission text to the provided template?' } } Reset to Template
|
||||||
|
|
||||||
%p
|
%p
|
||||||
You have used
|
You have used
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue