10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
=semantic_form_for [:admin, @need] do |f|
|
|
.content
|
|
|
|
|
|
=f.inputs do
|
|
=f.input :title, :label => "Titre : "
|
|
=f.input :description, :label => "Description : ", :rows => 5, :input_html => {:style => "height:100px;"}
|
|
|
|
.actions= f.submit "Sauvegarder", :class => "btn btn-primary"
|