From 3420d624916eb31396af2adca6562e38173c689d Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 26 Mar 2013 12:53:35 -0700 Subject: More working subscriptions. --- billing/app/views/subscriptions/create.html.haml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 billing/app/views/subscriptions/create.html.haml (limited to 'billing/app/views/subscriptions/create.html.haml') diff --git a/billing/app/views/subscriptions/create.html.haml b/billing/app/views/subscriptions/create.html.haml new file mode 100644 index 0000000..e0585ab --- /dev/null +++ b/billing/app/views/subscriptions/create.html.haml @@ -0,0 +1,8 @@ +- if @result.success? + %h1 + Subscription Status + = @result.subscription.status +- else + %h1 + Error: + = @result.message \ No newline at end of file -- cgit v1.2.3