Page layout for run and order create pages
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
div(ng-show='show')
|
extends ../layouts/interior-page
|
||||||
h2.text-center
|
|
||||||
|
block pagetitle
|
||||||
span.text-muted Enter your order for:
|
span.text-muted Enter your order for:
|
||||||
br
|
|
||||||
| {{ run.name }}
|
| {{ run.name }}
|
||||||
|
|
||||||
p.text-center Hi {{ invitee.name }}! You are all going to {{ run.restaurant }}.
|
block interiorcontent
|
||||||
|
div(ng-show='show')
|
||||||
|
p Hi {{ invitee.name }}! You are all going to {{ run.restaurant }}.
|
||||||
span(ng-show='showMenuUrl') Here is the
|
span(ng-show='showMenuUrl') Here is the
|
||||||
a(href='{{ run.menuUrl }}') menu.
|
a(href='{{ run.menuUrl }}') menu.
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
.container.run-details(ng-show="show")
|
extends ../layouts/interior-page
|
||||||
h1.text-center
|
|
||||||
span.text-muted Lunch run status:
|
|
||||||
br
|
|
||||||
| {{ run.name }}
|
|
||||||
|
|
||||||
p.text-center {{ run.creatorName }}, here's your lunch run! Wait here to see real-time updates of your invitees' orders.
|
block pagetitle
|
||||||
|
span.text-muted Lunch run status:
|
||||||
|
| {{ run.name }}
|
||||||
|
|
||||||
|
block interiorcontent
|
||||||
|
.run-details(ng-show="show")
|
||||||
|
p {{ run.creatorName }}, here's your lunch run! Wait here to see real-time updates of your invitees' orders.
|
||||||
|
|
||||||
section
|
section
|
||||||
.bg
|
.bg
|
||||||
|
|||||||
Reference in New Issue
Block a user