summaryrefslogtreecommitdiff
path: root/billing/app/views/subscriptions/index.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-05-06 12:58:34 -0700
committerAzul <azul@leap.se>2013-07-17 10:47:13 +0200
commit62b32320f38627dad870c7b3157576c48674c42b (patch)
tree3f64557604995d84a1477b7e66f820baffd3ed59 /billing/app/views/subscriptions/index.html.haml
parentfe0ac266a797523492fe3b2c750e7862f51b152f (diff)
Show single active subscription from user's page, with link to index showing all the user's subscriptions.
Diffstat (limited to 'billing/app/views/subscriptions/index.html.haml')
-rw-r--r--billing/app/views/subscriptions/index.html.haml2
1 files changed, 2 insertions, 0 deletions
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