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

This commit is contained in:
BelieveC 2017-02-07 17:45:33 +05:30
commit 843d8ba953

View file

@ -55,7 +55,7 @@
%p.text-right
= link_to '#description', 'data-toggle' => 'collapse' do
Do you require something special?
#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.'