Nicolas Bally 772e87ffb7 initial
2015-11-14 00:08:54 +01:00

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"