Replace references to 'standing order' with 'subscription' (erb)

This commit is contained in:
Rob Harrington
2018-02-02 17:08:54 +11:00
parent 532f998b24
commit 501fa4c901

View File

@@ -2,8 +2,8 @@
<ul id="sub_nav" data-hook="admin_order_sub_tabs" class="inline-menu">
<%= tab :orders, :match_path => '/orders' %>
<%= tab :bulk_order_management, :match_path => '/orders/bulk_management' %>
<% if standing_orders_enabled? %>
<%= tab :standing_orders, :match_path => '/standing_orders', url: main_app.admin_standing_orders_path %>
<% if subscriptions_enabled? %>
<%= tab :subscriptions, :match_path => '/subscriptions', url: main_app.admin_subscriptions_path %>
<% end %>
</ul>
<% end %>