summaryrefslogtreecommitdiff
path: root/billing/app/views/billing_admin/show.html.haml
blob: a275a5e3997e45dd541104e6e13329c1d1b7c66a (plain)
1
2
3
4
5
6
7
8
9
- # todo: move into helper, as following 2 are pretty much identical (show_set_user_subscriptions is started)
%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)