summaryrefslogtreecommitdiff
path: root/billing/app/views/subscriptions/create.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-03-26 12:53:35 -0700
committerAzul <azul@leap.se>2013-07-17 10:47:12 +0200
commit3420d624916eb31396af2adca6562e38173c689d (patch)
treec38635d55b5b1a293e91e5784ed6127ea27c3b11 /billing/app/views/subscriptions/create.html.haml
parent4a334ce6f6163c2bfa11f3e2146b9d0b765b6d7b (diff)
More working subscriptions.
Diffstat (limited to 'billing/app/views/subscriptions/create.html.haml')
-rw-r--r--billing/app/views/subscriptions/create.html.haml8
1 files changed, 8 insertions, 0 deletions
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