feat: dedicated list view for document batch downloading
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
Dokumentenübersicht
|
||||
</h1>
|
||||
<div class="flex flex-col items-end space-y-2 md:flex-row md:items-center md:space-x-2 md:space-y-0">
|
||||
<a href="{{ path('app_administrative_document_batch_download') }}" class="btn btn--small btn--secondary">
|
||||
{{ icon('download', 'w-4 h-4 shrink-0') }}
|
||||
<span>best. Honorarnoten</span>
|
||||
</a>
|
||||
<button type="button"
|
||||
class="{{ html_classes('btn btn--small', { 'btn--secondary': filterDto.active }) }}"
|
||||
title="Filter"
|
||||
|
||||
Reference in New Issue
Block a user