Commit 48359116 authored by SeeBeyond's avatar SeeBeyond

Links wont work :)

parent 50d1efe9
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
{% for song in playlist.songs %} {% for song in playlist.songs %}
{% if song.charter not in charters %} {% if song.charter not in charters %}
{% if loop.index == 1 %} {% if loop.index == 1 %}
<a href="{{ path('user.detail', {userId: song.charter.id}) }}">{{ song.charter }}</a> {{ song.charter }}
{% endif %} {% endif %}
,&#32<a href="{{ path('user.detail', {userId: song.charter.id}) }}">{{ song.charter }}</a> ,&#32{{ song.charter }}
{% set charters = charters|merge([song.charter]) %} {% set charters = charters|merge([song.charter]) %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
......
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