15 lines
290 B
Plaintext
Executable File
15 lines
290 B
Plaintext
Executable File
=form_for [:admin, @newsletter], :remote => true do |f|
|
|
|
|
.content
|
|
%p
|
|
Sujet :
|
|
=f.text_field :subject, :class => "inputText"
|
|
%p
|
|
slig:
|
|
=f.text_field :slug, :class => "inputText"
|
|
|
|
|
|
|
|
.actions
|
|
=f.submit "sauvegarder", :class => "btn btn-primary"
|