From 979aa417aa722c5e550219bff90ec757ac098a0f Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 23 Jul 2013 13:26:55 -0700 Subject: Some clean-up of billing display. --- billing/app/views/payments/_customer_data.html.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'billing/app/views/payments/_customer_data.html.haml') 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 -- cgit v1.2.3