Fixes #1260, Changes behavior of proposal update page requirement field
This commit is contained in:
parent
db6222715b
commit
c38cabe06e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
%p.text-right
|
||||
= link_to '#description', 'data-toggle' => 'collapse' do
|
||||
Do you require something special?
|
||||
.collapse#description
|
||||
#description{ class: "collapse #{ 'in' if @event.description.present? }" }
|
||||
= f.input :description, input_html: { rows: 5 }, label: 'Requirements', placeholder: 'Eg. Whiteboard, printer, or something like that.'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue