add button to create an issue
All checks were successful
/ ls (pull_request) Successful in 29s

This commit is contained in:
Jonas 2024-06-15 18:41:41 +02:00
parent cdd24c325f
commit f4c2cd95d5
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -12,6 +12,10 @@
<nav>
<a href="{{ path('app_food_order_index') }}">Orders</a>
<a href="{{ path('app_food_vendor_index') }}">Vendors</a>
<a
href="https://hannover.ccc.de/gitlab/lubiana/futtern/issues/new"
target="_blank"
>Create Issue</a>
</nav>
</header>