Files
mozo-backend/app/assets/javascripts/supplier/app/templates/section/table.emblem
T
2015-03-01 12:57:20 +01:00

27 lines
806 B
Plaintext

.table-number= table.number
.status-icons
span.needs_payment
span.needs_help
span.active_order
if table.active_list
div.table-actions
.title= table.number
if table.active_list
.table-action-row
= view "mark-list-helped-button" contentBinding="table.active_list"
= view "close-list-button" contentBinding="table.active_list"
each order in table.active_list.active_orders
.table-action-row= order.display_tag
.table-action-row.total
= link-to "list" table.active_list
=currency table.active_list.total
/.table-action-row
a{action "editTable" table}: span.fa.fa-lg.fa-wrench
each user in table.active_list.users
= user.avatar_tag
if editmodedisabled
.table-settings
select
option Round
option rectangular