mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Align center order adjustment and order total title
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- if order.line_items.exists?
|
||||
%fieldset#order-total.no-border-bottom{"data-hook" => "order_details_total"}
|
||||
%legend= t(".order_total")
|
||||
%legend{ align: 'center' }= t(".order_total")
|
||||
%span.order-total= order.display_total
|
||||
|
||||
= form_for @order, url: admin_order_url(@order), method: :put do |f|
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- if adjustments.present?
|
||||
%fieldset.no-border-bottom
|
||||
%legend= title
|
||||
%legend{ align: 'center' }= title
|
||||
%table>
|
||||
%thead
|
||||
%tr
|
||||
|
||||
Reference in New Issue
Block a user