From 2829e7020abcf6d2f708fbc7dfb3db98ad174255 Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 15 Apr 2013 12:13:33 -0700 Subject: Displaying of user's subscription. Still not committed to whether user can have multiple subscriptions at a time or not. --- billing/app/views/customer/_subscription.html.haml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'billing/app/views/customer/_subscription.html.haml') diff --git a/billing/app/views/customer/_subscription.html.haml b/billing/app/views/customer/_subscription.html.haml index f2a0410..a57f6e9 100644 --- a/billing/app/views/customer/_subscription.html.haml +++ b/billing/app/views/customer/_subscription.html.haml @@ -1,13 +1 @@ -%p - = subscription.id - Balance: - = number_to_currency(subscription.balance) - Bill on: - = subscription.billing_day_of_month - Start date: - = subscription.first_billing_date - Paid through - = subscription.paid_through_date - Price - = subscription.price - - # would be good to get plan name but not sure if that is possible? \ No newline at end of file += render :partial => "subscriptions/subscription_details", :locals => {:subscription => subscription} -- cgit v1.2.3