Reposition order cycle admin debug info

This commit is contained in:
Rohan Mitchell
2013-09-20 09:29:26 +10:00
parent ab052b771b
commit 00fe10e847
2 changed files with 19 additions and 8 deletions

View File

@@ -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 {

View File

@@ -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 }}