Nicolas Bally 1a045e278a suite
2017-01-05 11:20:16 +01: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"