Design and style upgrades
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
.right
|
||||
if list.id
|
||||
App.MenuItemView route="active_list"
|
||||
App.MenuItemView route='list_products'
|
||||
App.MenuItemView route='table' route_param=list.table.id
|
||||
App.MenuItemListNeedsHelpView
|
||||
App.MenuItemListNeedsPaymentView
|
||||
aside.left-off-canvas-menu
|
||||
@@ -25,12 +25,13 @@
|
||||
li
|
||||
a{action scanQr bubbles=false}
|
||||
span Scan QR
|
||||
li
|
||||
=link-to 'list_products'
|
||||
span= t 'list_products.title'
|
||||
li
|
||||
=link-to 'active_list'
|
||||
span= t 'active_list.title'
|
||||
if list.id
|
||||
li
|
||||
=link-to 'table' list.table.id
|
||||
span= t 'list_products.title'
|
||||
li
|
||||
=link-to 'active_list'
|
||||
span= t 'active_list.title'
|
||||
li
|
||||
=link-to 'lists'
|
||||
span= t 'models.plural.list'
|
||||
|
||||
@@ -1 +1 @@
|
||||
span.needs-help.fa.fa-hand-o-up.fa-lg
|
||||
span.icon.needs-help
|
||||
|
||||
@@ -1 +1 @@
|
||||
span.needs-payment.fa.fa-money.fa-lg
|
||||
span.icon.needs-payment
|
||||
|
||||
Reference in New Issue
Block a user