kaps_app/app/views/public/p_friends/_form.html.haml
2020-01-12 20:41:57 +01:00

15 lines
341 B
Plaintext
Executable File

=semantic_form_for [:public, @p_friend], :remote => true do |f|
.content
=f.inputs do
= f.hidden_field :p_customer_id
= f.input :email
= f.input :kap_ids, :collection => current_p_customer.kaps, :as => :check_boxes
.actions=f.submit "sauvegarder", :class => "btn btn-primary"