From 979aa417aa722c5e550219bff90ec757ac098a0f Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 23 Jul 2013 13:26:55 -0700 Subject: Some clean-up of billing display. --- billing/app/views/subscriptions/show.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'billing/app/views/subscriptions/show.html.haml') diff --git a/billing/app/views/subscriptions/show.html.haml b/billing/app/views/subscriptions/show.html.haml index 6f108be..10eb667 100644 --- a/billing/app/views/subscriptions/show.html.haml +++ b/billing/app/views/subscriptions/show.html.haml @@ -3,5 +3,4 @@ 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', show_customer_path(@subscription_customer_id), :class => :btn \ No newline at end of file += link_to t(:cancel_subscription), subscription_path, :confirm => t(:are_you_sure), :method => :delete, :class => 'btn btn-danger' if @subscription.status == 'Active' # permission check or should that just be on show? -- cgit v1.2.3