diff options
author | jessib <jessib@leap.se> | 2013-06-10 10:25:37 -0700 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:47:14 +0200 |
commit | 87dc4f9d11af4610f534d57d5e51fabca9bb328a (patch) | |
tree | afe5f40cc57fba1b54b539c3e8bc540bd0716241 /billing/app/views/subscriptions | |
parent | c4379dcfdc8b27fae15eea5c4ba15b8906e3bb76 (diff) |
Back to singular-customer controller, in hopes that would help some confusions.
Diffstat (limited to 'billing/app/views/subscriptions')
-rw-r--r-- | billing/app/views/subscriptions/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/views/subscriptions/show.html.haml b/billing/app/views/subscriptions/show.html.haml index b630a05..a3d57f9 100644 --- a/billing/app/views/subscriptions/show.html.haml +++ b/billing/app/views/subscriptions/show.html.haml @@ -1,4 +1,4 @@ %h1 Current Subscription = render :partial => "subscription_details", :locals => {:subscription => @subscription} = link_to 'Cancel Subscription', subscription_path, :confirm => 'Are you sure you want to cancel this subscription?', :method => :delete, :class => 'btn btn-danger' if @subscription.status == 'Active' # permission check or should that just be on show? -= link_to 'Show Customer Data', customer_path(@subscription_customer_id), :class => :btn
\ No newline at end of file += link_to 'Show Customer Data', show_customer_path(@subscription_customer_id), :class => :btn
\ No newline at end of file |