app/views/spree/admin/prices/edit.html.erb in solidus_backend-2.2.2 vs app/views/spree/admin/prices/edit.html.erb in solidus_backend-2.3.0.beta1
- old
+ new
@@ -1,5 +1,7 @@
<%= render 'spree/admin/shared/product_tabs', current: 'Prices' %>
+<% admin_breadcrumb(link_to(plural_resource_name(Spree::Price), spree.admin_product_prices_url(@product))) %>
+<% admin_breadcrumb(Spree.t('actions.edit')) %>
<%= form_for @price, url: spree.admin_product_price_path(@product, @price) do |f| %>
<fieldset>
<legend> <%= t('.edit_price') %> </legend>
<%= render 'form', f: f %>