blob: db9d75b9d4131f895a9364ce618e166dd7d16a36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%p
= link_to subscription.id, subscription_path(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
Status
= subscription.status
- # would be good to get plan name but not sure if that is possible?
|