Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdonarski committed Oct 23, 2023
1 parent 100eac7 commit 749b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/products/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% content_for :page_actions do %>
<% product_actions.items.each do |action| %>
<% product_actions.items.each do |action| %>
<% next unless action.available?(current_ability) %>
<%= button_link_to(
action.text,
Expand Down

0 comments on commit 749b397

Please sign in to comment.