mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Replace references to 'standing order' with 'subscription' (erb)
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user