Commit 842c2303 authored by SpinShare's avatar SpinShare

changed to pre-cleaned tags

parent c8ae0525
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
{% endif %} {% endif %}
{% if song.tags != "" %} {% if song.tags != "" %}
<div class="tags"> <div class="tags">
{% for tag in song.tags|split(",") %} {% for tag in song.tagsArray %}
<a href="{{ path('search.index', {q: tag}) }}" class="tag">{{ tag }}</a> <a href="{{ path('search.index', {q: tag}) }}" class="tag">{{ tag }}</a>
{% endfor %} {% endfor %}
</div> </div>
......
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