summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/_customer_data.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-07-23 13:26:55 -0700
committerjessib <jessib@riseup.net>2013-07-23 13:26:55 -0700
commit979aa417aa722c5e550219bff90ec757ac098a0f (patch)
tree385b89ac8b837f7230c48b92f2f30b72d0da9d76 /billing/app/views/payments/_customer_data.html.haml
parent465415b9806a2de258d12df10213601eba87d515 (diff)
Some clean-up of billing display.
Diffstat (limited to 'billing/app/views/payments/_customer_data.html.haml')
-rw-r--r--billing/app/views/payments/_customer_data.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/billing/app/views/payments/_customer_data.html.haml b/billing/app/views/payments/_customer_data.html.haml
index 71a5eaf..f6c82a1 100644
--- a/billing/app/views/payments/_customer_data.html.haml
+++ b/billing/app/views/payments/_customer_data.html.haml
@@ -1,4 +1,4 @@
-%h2 Customer Information
+%legend= t(:customer_information)
%dl
%dt First Name
%dd= @customer.first_name
@@ -6,10 +6,11 @@
%dd= @customer.last_name
%dt Phone
%dd= @customer.phone
-%h2 Credit Card Information
+%legend= t(:credit_card_information)
%dl
%dt Number
%dd= @default_cc.masked_number
%dt Expiration Date
%dd= @default_cc.expiration_date
-= link_to 'Edit Saved Data', edit_customer_path(@customer), :class => :btn
+.form-actions
+ = link_to t(:edit_saved_data), edit_customer_path(@customer), :class => :btn