summaryrefslogtreecommitdiff
path: root/billing/app/views/subscriptions/index.html.haml
blob: c885f90f640de0f8b18d255dca9c44b1b322a960 (plain)
1
2
- @subscriptions.each do |s|
  = render :partial => "subscription_details", :locals => {:subscription => s}