11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
= semantic_form_for [:admin,@realisation], :remote => true do |form|
|
|
|
|
.content
|
|
= form.input :title, :as => :string, :label => "Nom :"
|
|
= form.input :description, :label => "Descirption :"
|
|
|
|
|
|
|
|
.actions
|
|
= form.submit "Sauvegarder", :class => "btn btn-primary"
|
|
|