Rename public to www

This commit is contained in:
Ben Ramey
2014-03-22 20:21:21 -05:00
parent f9479b7734
commit 6ddedf901e
31 changed files with 0 additions and 0 deletions

1
www/templates/run.html Normal file
View File

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