pmr_app/app/views/admin/realisations/_form.html.haml
Nicolas Bally fea44b6c50 manys
2016-02-16 10:32:04 +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"