18 lines
422 B
Plaintext

=semantic_form_for [:admin, @annonce_account], :remote => true do |f|
.content
=f.inputs do
=f.input :newsgroups, :label => "Les types d'informations qui m'intéressent :", :collection => Newsgroup.all, :as => :check_boxes
-if current_admin.super_admin?
=f.inputs do
= f.input :blocked, :label => "Bloqué ?"
.actions= f.submit "Sauvegarder", :class => "btn btn-primary"