diff options
author | jessib <jessib@leap.se> | 2013-03-25 14:21:29 -0700 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:46:26 +0200 |
commit | dbd09966553e2fa64211b89f8fae64ddd1e822ca (patch) | |
tree | 4babf2bb951ca5112d1e8d998ca7580077257d39 /billing/app/views | |
parent | 90704196eb1bdcea8781a548fb74d98d56bcb6e3 (diff) |
Needs much work, but basic start to recurring payments.
Diffstat (limited to 'billing/app/views')
-rw-r--r-- | billing/app/views/subscription/new.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/billing/app/views/subscription/new.html.haml b/billing/app/views/subscription/new.html.haml new file mode 100644 index 0000000..d94c235 --- /dev/null +++ b/billing/app/views/subscription/new.html.haml @@ -0,0 +1,4 @@ +%h1 + Subscribe to plan +- if @result #todo + = @result |