11 lines
219 B
Plaintext
Executable File

=form_for [:admin, @newsletter], :remote => true do |f|
.content
%p
Sujet :
=f.text_field :title, :class => "inputText"
.actions
=f.submit "sauvegarder", :class => "btn btn-primary"