Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

9 lines
183 B
Plaintext

= semantic_form_for [:admin,@interest], :remote => true do |form|
.content
= form.inputs do
= form.input :name, :label => "Nom"
.actions
= form.submit "Sauvegarder"