15 lines
341 B
Plaintext
Executable File
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"
|
|
|