Files
lunchrun.me/assets/linker/templates/run/show.jade
2014-06-17 21:59:56 -05:00

29 lines
1.0 KiB
Plaintext

extends ../layouts/interior-page
block pagetitle
span.glyphicon.glyphicon-list
span.text-muted Lunch run status:
|  {{ run.name }}
block interiorcontent
.run-details(ng-show="show")
.clearfix
p.pull-left Wait here to see real-time updates of your invitees' orders.
include ../includes/order-nav
.progress
div(class='progress-bar {{ progressClass }}',role='progressbar',aria-valuenow="{{ progress }}",aria-minvalue='0',aria-maxvalue='100',style='width:{{ progress }}%',ng-show='progress')
| {{ progress }}%
div.row.run-order-status(ng-repeat="i in invitees")
div(class='name col-sm-3 {{ i.statusClass }}')
span.glyphicon.glyphicon-user
| {{ i.name }}
.order.col-sm-7 {{ i.order }}
.fill.col-sm-2
a.btn.btn-default.btn-sm.btn-block(href='#/order/{{ i.id }}')
span.glyphicon.glyphicon-pencil
block modals
include ../includes/menu-modal