add tagging
This commit is contained in:
@@ -67,6 +67,14 @@
|
||||
Dokumente
|
||||
</a>
|
||||
|
||||
{# ------------------------- #}
|
||||
{# Tags (Document Routing) #}
|
||||
{# ------------------------- #}
|
||||
<a class="nav-link text-light {% if route starts with 'admin_tags' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_tags_index') }}">
|
||||
Tags
|
||||
</a>
|
||||
|
||||
<a class="nav-link text-light {% if route starts with 'admin_job' %}active fw-bold{% endif %}"
|
||||
href="{{ path('admin_jobs') }}">
|
||||
Ingest Jobs
|
||||
@@ -119,4 +127,4 @@
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user