Fixes #1260, Changes behavior of proposal update page requirement field

This commit is contained in:
BelieveC 2017-02-07 19:45:49 +05:30
parent db6222715b
commit c38cabe06e

View file

@ -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.'