Skip to content

Commit

Permalink
fix breadcrumb issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Dec 15, 2024
1 parent 06a6116 commit d6073fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= render 'production_breadcrumb' %>
<li class="is-active"><%= t('.title') %></li>
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<li><%= link_to t('.products.index.title'), { controller: 'taxon/products', taxon_id: @production.taxon_id, anchor: "tr_#{@production.product_id}" } %></li>
<li><span class="px-3"><%= @production.product.name %></span></li>
<li><%= link_to t('.productions.index.title'), { controller: 'productions', product_id: @production.product_id } %></li>
<li><span class="px-3"><%= @production.name %></span></li>
<li><span class="px-3"><%= @production.title %></span></li>
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= render 'production_breadcrumb' %>
<li class="is-active"><%= t('.title') %></li>
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<%= render 'production_breadcrumb' %>
<li class="is-active"><%= t('factory.admin.trade_items.index.title') %></li>

0 comments on commit d6073fc

Please sign in to comment.