diff options
Diffstat (limited to 'engines/billing/app/views/subscriptions/destroy.html.haml')
-rw-r--r-- | engines/billing/app/views/subscriptions/destroy.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/billing/app/views/subscriptions/destroy.html.haml b/engines/billing/app/views/subscriptions/destroy.html.haml index 44b4333..e6e8578 100644 --- a/engines/billing/app/views/subscriptions/destroy.html.haml +++ b/engines/billing/app/views/subscriptions/destroy.html.haml @@ -4,4 +4,4 @@ Error: = @result.message %p - = link_to 'Customer Information', show_customer_path(@user), :class=> :btn
\ No newline at end of file + = btn 'Customer Information', show_customer_path(@user) |