summaryrefslogtreecommitdiff
path: root/billing/app/views/subscriptions/create.html.haml
blob: e0585abbf845526ae0ee024272905b3cd0317722 (plain)
1
2
3
4
5
6
7
8
- if @result.success?
  %h1
    Subscription Status 
    = @result.subscription.status
- else
  %h1
    Error:
    = @result.message