From 62b32320f38627dad870c7b3157576c48674c42b Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 6 May 2013 12:58:34 -0700 Subject: Show single active subscription from user's page, with link to index showing all the user's subscriptions. --- billing/app/views/subscriptions/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 billing/app/views/subscriptions/index.html.haml (limited to 'billing/app/views/subscriptions/index.html.haml') diff --git a/billing/app/views/subscriptions/index.html.haml b/billing/app/views/subscriptions/index.html.haml new file mode 100644 index 0000000..c885f90 --- /dev/null +++ b/billing/app/views/subscriptions/index.html.haml @@ -0,0 +1,2 @@ +- @subscriptions.each do |s| + = render :partial => "subscription_details", :locals => {:subscription => s} \ No newline at end of file -- cgit v1.2.3