Updated styles for buttons, update order page
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
extends ../layouts/interior-page
|
||||
|
||||
block pagetitle
|
||||
span.glyphicon.glyphicon-list
|
||||
span.text-muted Enter your order for:
|
||||
a(href='/#/run/{{ run.id }}') {{ run.name }}
|
||||
span.glyphicon.glyphicon-list.title-icon
|
||||
span.text-muted Enter your order for:
|
||||
a(href='/#/run/{{ run.id }}') {{ run.name }}
|
||||
.pull-right
|
||||
include ../includes/run-nav
|
||||
|
||||
|
||||
block interiorcontent
|
||||
div(ng-show='show')
|
||||
.clearfix
|
||||
p.pull-left Hi {{ invitee.name }}! You are all going to {{ run.restaurant }}.
|
||||
include ../includes/order-nav
|
||||
p Hi {{ invitee.name }}! You are all going to {{ run.restaurant }}.
|
||||
|
||||
.row
|
||||
.col-xs-12.col-sm-7
|
||||
h2 Update your order
|
||||
form.form.create-order-form(role='form')
|
||||
form.form.update-order-form(role='form')
|
||||
div.form-group
|
||||
textarea#order.form-control(ng-model='invitee.order',placeholder='Your order',rows=8)
|
||||
|
||||
@@ -24,11 +25,13 @@ block interiorcontent
|
||||
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 }}
|
||||
li.list-group-item.clearfix
|
||||
.person.pull-left
|
||||
span.glyphicon.glyphicon-user
|
||||
|
|
||||
strong {{ i.name }}
|
||||
.order.pull-left
|
||||
| {{ i.order }}
|
||||
|
||||
block modals
|
||||
include ../includes/menu-modal
|
||||
|
||||
Reference in New Issue
Block a user