Rename public to www
This commit is contained in:
1
www/templates/create-order.html
Normal file
1
www/templates/create-order.html
Normal file
@@ -0,0 +1 @@
|
||||
<div ng-show="show"><h2>Enter your order for {{ run.name }}</h2><p>{{ invitee.name }}, enter your order here.</p><p>You are all going to {{ run.restaurant }}. <span ng-click="showMenuUrl">Here is the <a href="{{ run.menuUrl }}">menu.</a></span></p><form role="form"><div class="form-group"><label for="order">Your order</label><textarea id="order" ng-model="invitee.order" class="form-control"></textarea></div><button ng-click="submit(invitee)" class="btn btn-primary">Submit Order</button></form></div>
|
||||
Reference in New Issue
Block a user