From a00470d0c046774edc94ef01ef9bc590e8d58ac9 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 7 May 2013 11:32:11 -0700 Subject: Display 3 most recent transactions on a customer's page, with a link to all of their transactions. --- billing/app/views/customers/_transaction.html.haml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'billing/app/views/customers/_transaction.html.haml') diff --git a/billing/app/views/customers/_transaction.html.haml b/billing/app/views/customers/_transaction.html.haml index 53483d9..e69de29 100644 --- a/billing/app/views/customers/_transaction.html.haml +++ b/billing/app/views/customers/_transaction.html.haml @@ -1,15 +0,0 @@ -%p - = transaction.id - Type: - = transaction.type - Amount: - = number_to_currency(transaction.amount) - Status: - = transaction.status - Date - = transaction.created_at - - if sub_start = transaction.subscription_details.billing_period_start_date - From subscription which started - = sub_start - - else - Not paid as part of subscription \ No newline at end of file -- cgit v1.2.3