From c4379dcfdc8b27fae15eea5c4ba15b8906e3bb76 Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 6 Jun 2013 11:48:50 -0700 Subject: Some links at end of confirmation pages. --- billing/app/views/customers/confirm.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'billing/app/views/customers/confirm.html.haml') diff --git a/billing/app/views/customers/confirm.html.haml b/billing/app/views/customers/confirm.html.haml index cfe127e..975d1ad 100644 --- a/billing/app/views/customers/confirm.html.haml +++ b/billing/app/views/customers/confirm.html.haml @@ -9,4 +9,6 @@ %dd= @result.customer.phone %dt Credit Card - @result.customer.credit_cards.each do |cc| - %dd= cc.masked_number \ No newline at end of file + %dd= cc.masked_number +- customer = Customer.find_by_user_id(current_user.id) += link_to 'View Customer Info', customer_path(customer.braintree_customer_id), :class=> :btn \ No newline at end of file -- cgit v1.2.3