Page layout for run and order create pages
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
div(ng-show='show')
|
||||
h2.text-center
|
||||
extends ../layouts/interior-page
|
||||
|
||||
block pagetitle
|
||||
span.text-muted Enter your order for:
|
||||
br
|
||||
| {{ 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
|
||||
a(href='{{ run.menuUrl }}') menu.
|
||||
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
.container.run-details(ng-show="show")
|
||||
h1.text-center
|
||||
span.text-muted Lunch run status:
|
||||
br
|
||||
| {{ run.name }}
|
||||
extends ../layouts/interior-page
|
||||
|
||||
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
|
||||
.bg
|
||||
|
||||
Reference in New Issue
Block a user