From e4ade0f1b153553dcfb993674fd8b4ecf87121e4 Mon Sep 17 00:00:00 2001 From: jessib Date: Mon, 15 Apr 2013 12:45:50 -0700 Subject: Allow subscriptions to be canceled. --- billing/app/views/subscriptions/destroy.html.haml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 billing/app/views/subscriptions/destroy.html.haml (limited to 'billing/app/views/subscriptions/destroy.html.haml') diff --git a/billing/app/views/subscriptions/destroy.html.haml b/billing/app/views/subscriptions/destroy.html.haml new file mode 100644 index 0000000..f888e6d --- /dev/null +++ b/billing/app/views/subscriptions/destroy.html.haml @@ -0,0 +1,5 @@ +- if @result.success? + Subscription destroyed +- else + Error: + = @result.message \ No newline at end of file -- cgit v1.2.3