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

14 lines
207 B
Plaintext

= semantic_form_for [:admin,@newsletter], :remote => true do |form|
.content
= form.inputs do
= form.input :subject, :label => "Sujet :"
.actions
= form.submit "Sauvegarder"