Files
lunchrun.me/assets/linker/templates/invitee/update-order.jade
2014-06-17 21:59:56 -05:00

34 lines
1.2 KiB
Plaintext

extends ../layouts/interior-page
block pagetitle
span.glyphicon.glyphicon-list
span.text-muted Enter your order for: 
a(href='/#/run/{{ run.id }}') {{ run.name }}
block interiorcontent
div(ng-show='show')
p.pull-left Hi {{ invitee.name }}! You are all going to {{ run.restaurant }}.
include ../includes/order-nav
.row
.col-xs-12.col-sm-7
h2 Update your order
form.form.create-order-form(role='form')
div.form-group
textarea#order.form-control(ng-model='invitee.order',placeholder='Your order',rows=8)
button.btn.btn-lg.btn-primary.btn-block(ng-click='submit(invitee)') Update Order
.col-xs-12.col-sm-5
div.pod.others-orders
h2 Other's orders
ul.list-group(ng-repeat='i in invitees')
li.list-group-item
span.glyphicon.glyphicon-user
|  
strong {{ i.name }}
| : {{ i.order }}
block modals
include ../includes/menu-modal