Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b477c24da |
@@ -1,9 +1,11 @@
|
|||||||
<div id="eventfilters" data-eventlist-id="{{ targetEventListId|default('eventlist')|e('html_attr') }}">
|
<div id="eventfilters" data-eventlist-id="{{ targetEventListId|default('eventlist')|e('html_attr') }}">
|
||||||
|
<div class="tag-buttons">
|
||||||
<button type="button" data-filter-tag="all" class="active" aria-pressed="true">Alle</button>
|
<button type="button" data-filter-tag="all" class="active" aria-pressed="true">Alle</button>
|
||||||
|
|
||||||
{% for tag in tagButtons|default([]) %}
|
{% for tag in tagButtons|default([]) %}
|
||||||
<button type="button" data-filter-tag="{{ tag.id }}" aria-pressed="false">{{ tag.title }} ({{ tag.count }})</button>
|
<button type="button" data-filter-tag="{{ tag.id }}" aria-pressed="false">{{ tag.title }} ({{ tag.count }})</button>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="widget-select places">
|
<div class="widget-select places">
|
||||||
<label for="location-filter" class="visually-hidden">Orte:</label>
|
<label for="location-filter" class="visually-hidden">Orte:</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user