Skip to content

Commit

Permalink
Merge pull request #3473 from peterberkenbosch/phb/fix-admin-order-ed…
Browse files Browse the repository at this point in the history
…it-layout

add explicit closing div to admin order edit
  • Loading branch information
aldesantis authored Jan 10, 2020
2 parents 479c7b7 + e28aeea commit 32d4d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/orders/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<%= render 'spree/admin/orders/risk_analysis', latest_payment: @order.payments.reorder("created_at DESC").first %>
<% end %>

<div data-hook="admin_order_edit_sub_header" />
<div data-hook="admin_order_edit_sub_header"></div>

<% if @order.line_items.empty? %>
<div class="no-objects-found">
Expand Down

0 comments on commit 32d4d78

Please sign in to comment.