summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/payments/_customer_form.html.haml
blob: 70b9b97cfe5e00aa15a239c7993de1f175f276e0 (plain)
1
2
3
4
5
6
7
8
9
10
%p
  = t(:personal_info)
%div
  = text_field_tag :first_name, "",placeholder: "#{t(:first_name)}", class: "radius"
%div
  = text_field_tag :last_name, "",placeholder: "#{t(:last_name)}", class: "radius"
%div
  = text_field_tag :company, "",placeholder: "#{t(:company)}", class: "radius"
%div
  = text_field_tag :phone, "",placeholder: "#{t(:phone)}", class: "radius"