#42: allow updates to menuitems
This commit is contained in:
parent
0068654885
commit
674adcba60
14 changed files with 258 additions and 7 deletions
|
@ -16,9 +16,13 @@
|
|||
|
||||
<section>
|
||||
<h2>known menuitems</h2>
|
||||
{% for item in food_vendor.menuItems %}
|
||||
<code>{{ item.name }}</code>
|
||||
{% endfor %}
|
||||
<ul>
|
||||
{% for item in food_vendor.menuItems %}
|
||||
<li>
|
||||
<a href="{{ path('app_menu_item_show', {'id': item.id}) }}">{{ item.name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue