Rename public to www
This commit is contained in:
1
www/templates/run.html
Normal file
1
www/templates/run.html
Normal 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>
|
||||
Reference in New Issue
Block a user