kaps_app/app/views/public/p_friends/_form.html.haml
2020-01-11 15:28:56 +01:00

13 lines
286 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
=debug @p_friend.errors.messages
.actions=f.submit "sauvegarder", :class => "btn btn-primary"