idn_app/app/views/admin/realisations/_form.html.haml
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02: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"