add button to create an issue #13

Merged
lubiana merged 2 commits from add-git-button into main 2024-06-15 16:48:20 +00:00
Showing only changes of commit f4c2cd95d5 - Show all commits

View file

@ -12,6 +12,10 @@
<nav> <nav>
<a href="{{ path('app_food_order_index') }}">Orders</a> <a href="{{ path('app_food_order_index') }}">Orders</a>
<a href="{{ path('app_food_vendor_index') }}">Vendors</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> </nav>
</header> </header>