=semantic_form_for [:admin, @reseaux] do |f| .content =f.hidden_field :parent_id -if @reseaux.parent %p Sous réseau de %strong =@reseaux.parent.name =f.inputs do =f.input :name, :label => "Nom du réseau : " -if !@reseaux.parent =f.input :chef_reseau, :label => "Chef réseau : ", :collection => Customer.where(:chef_reseau => true).pluck(Arel.sql("CONCAT(`firstname`, ' ', `name`)"), :id) .actions= f.submit "Sauvegarder", :class => "btn btn-primary"