idn_app/app/views/admin/realisations/_form.html.haml
2016-07-29 20:23:40 +02:00

11 lines
294 B
Plaintext
Executable File

= 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"