Files
lunchrun.me/assets/linker/templates/run.jade
2014-03-22 20:47:50 -05:00

9 lines
332 B
Plaintext

div(ng-show="show")
h2 {{ run.name }}
p {{ run.creatorName }}, here's your lunch run! Wait here to see real-time updates of your invitees' orders.
div(ng-repeat="i in run.invitees")
p {{ i.name }}, {{ i.email }}
p {{ i.order }}
a(href='#/run/{{ run.id }}/order/{{ i.name }}') Fill in this order