mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
Apply colgroup override
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
/ replace_contents "table#listing_orders colgroup"
|
||||
-# See also: add_capture_order_shortcut, admin/orders/index/add_distributor_*to_admin_orders
|
||||
|
||||
%col{style: "width: 10%"}
|
||||
-# There are 8 other columns, but they seem to sort themselves out :)
|
||||
@@ -49,14 +49,7 @@
|
||||
- unless @orders.empty?
|
||||
%table#listing_orders.index.responsive{"data-hook" => "", width: "100%", "ng-app" => "ofn.admin"}
|
||||
%colgroup
|
||||
%col{style: "width: 16%;"}
|
||||
%col{style: "width: 10%;"}
|
||||
%col{style: "width: 13%;"}
|
||||
%col{style: "width: 13%;"}
|
||||
%col{style: "width: 13%;"}
|
||||
%col{style: "width: 17%;"}
|
||||
%col{style: "width: 10%;"}
|
||||
%col{style: "width: 8%;"}
|
||||
%col{style: "width: 10%"}
|
||||
%thead
|
||||
%tr{"data-hook" => "admin_orders_index_headers"}
|
||||
- if @show_only_completed
|
||||
|
||||
Reference in New Issue
Block a user