Compare commits

..

2 Commits

Author SHA1 Message Date
14fbfd200b Merge pull request 'remove useless button' (#210) from staging into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m12s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 3m33s
Reviewed-on: #210
2024-02-16 08:05:57 +01:00
043d042dcc remove useless button
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m15s
CI/CD Pipeline / deploy-staging (push) Successful in 3m40s
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-02-16 08:05:07 +01:00

View File

@ -8,9 +8,5 @@
{% include "includes/funnel-icon" %}
Steuerleute gesucht
</button>
<button type="button" title="Toggle View" class="group btn btn-primary filter-trips-js" data-action="filter-months" id="filtermonth-js" aria-pressed="false" data-month="{{ now() | date(format='%m') }}">
{% include "includes/funnel-icon" %}
Aktuellen Monat anzeigen
</button>
</div>
{% endif %}