Nicolas Bally 3fecbf7e7f modification nombre d'inscrits dans le mail
ajout grandes régions
2020-07-22 11:12:11 +02:00

13 lines
314 B
Plaintext

=semantic_form_for [:admin, @circuit_region], :remote => true do |f|
.content
=f.inputs do
= f.input :circuit_region_cat, :label => "Grande région :"
= f.input :name, :label => "name :"
.actions=f.submit "sauvegarder", :class => "btn btn-primary"