Nicolas Bally 120e9803eb initial
2020-04-28 14:51:42 +02:00

14 lines
363 B
Plaintext

=semantic_form_for [:admin, @accounting_zone], :remote => true do |f|
.content
=f.inputs do
= f.input :enabled, :label => "Actif ?"
= f.input :name, :label => "Nom de la zone :"
=# f.input :description, :label => "description :"
.actions=f.submit "sauvegarder", :class => "btn btn-primary"