2017-01-26 23:21:49 +01:00

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"