diff options
Diffstat (limited to 'billing/app/views/customer')
-rw-r--r-- | billing/app/views/customer/edit.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/billing/app/views/customer/edit.html.haml b/billing/app/views/customer/edit.html.haml index 686c551..2104b09 100644 --- a/billing/app/views/customer/edit.html.haml +++ b/billing/app/views/customer/edit.html.haml @@ -14,9 +14,9 @@ - if @default_cc %ul %li - Default Credit Card + Stored Credit Card = @default_cc.masked_number - = # (#{link_to @default_cc.token, edit_credit_card_info_path(:id => @default_cc.token)}) + = link_to 'Change credit card', edit_credit_card_info_path(:id => @default_cc.token) %li Transaction History = render(:partial => "transaction", :collection => @transactions) |