summaryrefslogtreecommitdiff
path: root/billing/app/views/billing_admin/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/views/billing_admin/show.html.haml')
-rw-r--r--billing/app/views/billing_admin/show.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/billing/app/views/billing_admin/show.html.haml b/billing/app/views/billing_admin/show.html.haml
new file mode 100644
index 0000000..3881dc7
--- /dev/null
+++ b/billing/app/views/billing_admin/show.html.haml
@@ -0,0 +1,8 @@
+%legend= t(:more_than_90_days_past_due)
+= show_set_user_subscriptions(@past_due_atleast_90_days)
+
+%legend= t(:all_past_due)
+= show_set_user_subscriptions(@all_past_due)
+
+%legend= t(:your_settings)
+= link_to 'view own billing settings', show_or_new_customer_link(current_user) \ No newline at end of file