User side menu styling
This commit is contained in:
@@ -10,7 +10,7 @@ if list.closed_at
|
||||
.display-row
|
||||
.display-label=t 'attributes.list.state'
|
||||
.display-field=state 'list' list.state
|
||||
if list.orders
|
||||
if list.sorted_orders
|
||||
.list-orders-container
|
||||
each order in list.sorted_orders
|
||||
App.ListOrderView contentBinding="order"
|
||||
@@ -22,5 +22,6 @@ else
|
||||
p
|
||||
span=t 'active_list.no_orders_explanation'
|
||||
br
|
||||
link-to 'lists' class="button"
|
||||
span=t 'list_products.title'
|
||||
if list.table
|
||||
link-to 'table' list.table class="button"
|
||||
span=t 'list_products.title'
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
section.right.tab-bar-section
|
||||
= link-to 'index'
|
||||
= image_tag 'icons/logo-small.png'
|
||||
a{action openDebugger} alt=""
|
||||
a{ action "openDebugger"} alt=""
|
||||
span.fa.fa-wrench.fa-lg
|
||||
.right
|
||||
if list.id
|
||||
@@ -17,8 +17,7 @@
|
||||
App.MenuItemListNeedsPaymentView
|
||||
aside.left-off-canvas-menu
|
||||
ul.off-canvas-list
|
||||
li
|
||||
label Menu
|
||||
li: h3 Menu
|
||||
li
|
||||
= link-to 'index'
|
||||
span Home
|
||||
@@ -63,9 +62,9 @@ header.top-menu
|
||||
.supplier-info-row
|
||||
.supplier-name= list.supplier.name
|
||||
.table-number
|
||||
|
|
||||
|
|
||||
= t 'models.table'
|
||||
|
|
||||
|
|
||||
= list.table.number
|
||||
.supplier-info-row
|
||||
.counter.supplier-orders-placed-count
|
||||
@@ -76,20 +75,23 @@ header.top-menu
|
||||
span.orders-in-process-count-icon
|
||||
aside.side-menu
|
||||
ul
|
||||
li
|
||||
label Menu
|
||||
li.title: h3 Menu
|
||||
li
|
||||
= link-to 'index'
|
||||
span Home
|
||||
li
|
||||
a{action scanQr bubbles=false}
|
||||
a{action "scanQr" bubbles=false}
|
||||
span.scan-qr-icon
|
||||
span Scan QR
|
||||
if list.id
|
||||
li
|
||||
=link-to 'table' list.table.id
|
||||
span= t 'list_products.title'
|
||||
span.fa.fa-cutlery
|
||||
span.fa.fa-glass
|
||||
= t 'list_products.title'
|
||||
li
|
||||
=link-to 'active_list'
|
||||
span.active-list-icon
|
||||
span= t 'active_list.title'
|
||||
li
|
||||
=link-to 'lists'
|
||||
@@ -97,8 +99,8 @@ aside.side-menu
|
||||
li
|
||||
=link-to 'join_requests'
|
||||
span= t 'models.plural.join_request'
|
||||
li
|
||||
a{action openDebugger}
|
||||
li.hide
|
||||
a{action "openDebugger"}
|
||||
span.fa.fa-wrench.fa-lg
|
||||
span Debugger
|
||||
main.main-section
|
||||
|
||||
Reference in New Issue
Block a user