Page layout for run and order create pages

This commit is contained in:
Ben Ramey
2014-04-09 07:31:52 -05:00
parent e6ea69b9c2
commit cfd39be771
2 changed files with 33 additions and 29 deletions

View File

@@ -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.

View File

@@ -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