Nicolas Bally e7c0e126cc suite
2020-06-24 15:13:44 +02:00

15 lines
428 B
Plaintext

=semantic_form_for [:admin, @departement_france], :remote => true do |f|
.content
=f.inputs do
= f.input :num_dep, :label => "num_dep :"
= f.input :dep_name, :label => "dep_name :"
= f.input :region_name, :label => "region_name :"
= f.input :num_dep_format, :label => "num_dep_format :"
.actions=f.submit "sauvegarder", :class => "btn btn-primary"