9 lines
199 B
Plaintext
Executable File
9 lines
199 B
Plaintext
Executable File
=semantic_form_for [:admin, @category] do |f|
|
|
.content
|
|
|
|
|
|
=f.inputs do
|
|
=f.input :name, :label => "Nom de la catégorie : "
|
|
|
|
.actions= f.submit "Sauvegarder", :class => "btn btn-primary"
|