23 lines
530 B
Plaintext
Executable File
23 lines
530 B
Plaintext
Executable File
=semantic_form_for [:admin, @newsletter], :remote => true do |f|
|
|
|
|
.content
|
|
%p
|
|
Sujet :
|
|
=f.text_field :subject, :class => "inputText"
|
|
%p
|
|
slug:
|
|
=f.text_field :slug, :class => "inputText"
|
|
|
|
|
|
=f.inputs do
|
|
=f.input :send_at, :label => "Date d'envois", :as => :qi_datetime_picker
|
|
|
|
=f.input :html_news, :label => "News HTML ?"
|
|
|
|
=f.input :html_content, :label => "Contenu HTML"
|
|
|
|
|
|
|
|
.actions
|
|
=f.submit "sauvegarder", :class => "btn btn-primary"
|