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

18 lines
412 B
Plaintext

=semantic_form_for [:admin, @customer], :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 :lock, :label => "Bloqué ?"
.actions= f.submit "Sauvegarder", :class => "btn btn-primary"