mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Reposition order cycle admin debug info
This commit is contained in:
@@ -78,6 +78,16 @@ form.order_cycle {
|
||||
.actions {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
#order-cycles-debug {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
height: 100%;
|
||||
width: 316px;
|
||||
overflow-y: scroll;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
table#listing_payment_methods {
|
||||
|
||||
@@ -59,12 +59,13 @@
|
||||
= link_to 'Cancel', main_app.admin_order_cycles_path
|
||||
|
||||
|
||||
%h2 Debug information
|
||||
#order-cycles-debug
|
||||
%h2 Debug information
|
||||
|
||||
%pre order_cycle = {{ order_cycle | json }}
|
||||
%hr/
|
||||
%pre enterprises = {{ enterprises | json }}
|
||||
%hr/
|
||||
%pre enterprise_fees = {{ enterprise_fees | json }}
|
||||
%hr/
|
||||
%pre supplied_products = {{ supplied_products | json }}
|
||||
%pre order_cycle = {{ order_cycle | json }}
|
||||
%hr/
|
||||
%pre enterprises = {{ enterprises | json }}
|
||||
%hr/
|
||||
%pre enterprise_fees = {{ enterprise_fees | json }}
|
||||
%hr/
|
||||
%pre supplied_products = {{ supplied_products | json }}
|
||||
|
||||
Reference in New Issue
Block a user