blob: 2b6c5e9031d1003658280d49e6e0b87cb9aad2f3 (
plain)
1
2
3
4
5
6
7
8
9
|
- if @result.success?
%h1
Subscription Status
= @result.subscription.status
= render :partial => "subscription_details", :locals => {:subscription => @result.subscription}
- else
%h1
Error:
= @result.message
|