From 5442da999c8398b1e84162996f1e944c6496b095 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 30 Apr 2013 13:54:46 -0700 Subject: Changing customers route to be plural. --- billing/app/views/customers/_transaction.html.haml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 billing/app/views/customers/_transaction.html.haml (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 new file mode 100644 index 0000000..53483d9 --- /dev/null +++ b/billing/app/views/customers/_transaction.html.haml @@ -0,0 +1,15 @@ +%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