From 5a4f0fa64d36df1d60bdd693580e10ce55949b6a Mon Sep 17 00:00:00 2001 From: claucece Date: Tue, 22 Sep 2015 23:50:04 -0500 Subject: changed routes and links --- .../billing/app/views/subscriptions/new.html.erb | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 engines/billing/app/views/subscriptions/new.html.erb (limited to 'engines/billing/app/views/subscriptions/new.html.erb') diff --git a/engines/billing/app/views/subscriptions/new.html.erb b/engines/billing/app/views/subscriptions/new.html.erb deleted file mode 100644 index 2336981..0000000 --- a/engines/billing/app/views/subscriptions/new.html.erb +++ /dev/null @@ -1,43 +0,0 @@ - -

Subscriptions

-
-<%= form_tag subscriptions_path, id: "checkout-form" do %> - <% if current_user and !current_user.has_payment_info? %> - <%= render 'customer_form' %> - <% end %> -
-

Choose subcription:

-
- -
-
-<% end %> - - - - -- cgit v1.2.3