Order nav on run and order pages
This commit is contained in:
@@ -7,7 +7,9 @@ block pagetitle
|
||||
|
||||
block interiorcontent
|
||||
.run-details(ng-show="show")
|
||||
p Wait here to see real-time updates of your invitees' orders.
|
||||
.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')
|
||||
@@ -21,3 +23,6 @@ block interiorcontent
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user