summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/payments/_customer_form.html.haml
blob: df61d3dc3cece7554b9677312b56555e28eb02c6 (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"