=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"