summaryrefslogtreecommitdiff
path: root/billing/app/views/customer/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/views/customer/edit.html.haml')
-rw-r--r--billing/app/views/customer/edit.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/billing/app/views/customer/edit.html.haml b/billing/app/views/customer/edit.html.haml
index 25dfc79..0f37e61 100644
--- a/billing/app/views/customer/edit.html.haml
+++ b/billing/app/views/customer/edit.html.haml
@@ -17,5 +17,10 @@
Default Credit Card
= @default_cc.masked_number
= # (#{link_to @default_cc.token, edit_credit_card_info_path(:id => @default_cc.token)})
+ - if @subscriptions.any?
+ %li
+ Active Subscriptions
+ = render(:partial => "subscription", :collection => @subscriptions)
+
= hidden_field_tag :tr_data, @tr_data
= f.submit 'Save Payment Info' \ No newline at end of file