Updated styles for buttons, update order page
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
extends ../layouts/interior-page
|
||||
|
||||
block pagetitle
|
||||
span.glyphicon.glyphicon-list
|
||||
span.glyphicon.glyphicon-list.title-icon
|
||||
span.text-muted Lunch run status:
|
||||
| {{ run.name }}
|
||||
.pull-right.run-show-run-nav
|
||||
include ../includes/run-nav
|
||||
|
||||
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
|
||||
p Wait here to see real-time updates of your invitees' orders.
|
||||
|
||||
.progress
|
||||
div(class='progress-bar {{ progressClass }}',role='progressbar',aria-valuenow="{{ progress }}",aria-minvalue='0',aria-maxvalue='100',style='width:{{ progress }}%',ng-show='progress')
|
||||
|
||||
Reference in New Issue
Block a user