Nicolas Bally d744a04b28 initial
2020-10-30 22:26:40 +01:00

13 lines
294 B
Plaintext

=semantic_form_for [:admin, @open_range], :remote => true do |f|
.content
=f.inputs do
= f.input :name, :label => "name :"
= f.input :position, :label => "position :"
.actions=f.submit "sauvegarder", :class => "btn btn-primary"