13 lines
314 B
Plaintext
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"
|
|
|