summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/customer/_subs_form.html.haml
blob: 82828cd670eda1adc7465ab62e4a37f323204eaf (plain)
1
2
3
4
5
6
7
8
9
10
%p
 = t(:personal_info)
%div
 = text_field_tag :first_name, "",placeholder: "First Name", class: "radius"
%div
 = text_field_tag :last_name, "",placeholder: "Last Name", class: "radius"
%div
 = text_field_tag :company, "",placeholder: "Company", class: "radius"
%div
 = text_field_tag :phone, "",placeholder: "Phone", class: "radius"