Updated styles for buttons, update order page

This commit is contained in:
Ben Ramey
2014-06-20 23:36:48 -05:00
parent d09ea57940
commit bf81cfb603
10 changed files with 63 additions and 32 deletions

View File

@@ -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')