diff --git a/backend/app/views/spree/admin/shared/_order_tabs.html.erb b/backend/app/views/spree/admin/shared/_order_tabs.html.erb index 4a5ded01868..9d9ed031562 100644 --- a/backend/app/views/spree/admin/shared/_order_tabs.html.erb +++ b/backend/app/views/spree/admin/shared/_order_tabs.html.erb @@ -1,5 +1,5 @@ <% admin_breadcrumb(link_to plural_resource_name(Spree::Order), spree.admin_orders_path) %> -<% admin_breadcrumb(link_to "##{@order.number}", spree.edit_admin_order_path(@order)) %> +<% admin_breadcrumb(link_to @order.number, spree.edit_admin_order_path(@order)) %> <% content_for :sidebar_title do %>