Commit 8199f2cf authored by Laura Heimann's avatar Laura Heimann

add default filters on tag clicks

parent f1ee3a91
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
{% if song.tags != "" %} {% if song.tags != "" %}
<div class="tags"> <div class="tags">
{% for tag in song.tagsArray %} {% for tag in song.tagsArray %}
<a href="{{ path('search.index', {q: tag}) }}" class="tag">{{ tag }}</a> <a href="{{ path('search.index', {q: tag, diffEasy: 'on', diffNormal: 'on', diffHard: 'on', diffExpert: 'on', diffXD: 'on', diffRatingFrom: 0, diffRatingTo: 99}) }}" class="tag">{{ tag }}</a>
{% endfor %} {% endfor %}
</div> </div>
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment