Made tag list a bit more readable

This commit is contained in:
Polonkai Gergely
2012-10-06 13:52:55 +02:00
parent fade19d16c
commit 5b91ad08bf
2 changed files with 30 additions and 129 deletions

View File

@@ -37,7 +37,7 @@
{% if tagCloud|length > 0 %}
<div id="tag-cloud">
{% for cloudItem in tagCloud %}
<a href="{{ path('GergelyPolonkaiFrontBundle_blogTagList', { name: cloudItem.name }) }}" class="size{{ cloudItem.size }}">{{ cloudItem.name }}</a>
<a href="{{ path('GergelyPolonkaiFrontBundle_blogTagList', { name: cloudItem.name }) }}" class="size{{ cloudItem.size }}">{{ cloudItem.name }}</a>{% if not loop.last %} | {% endif %}
{% endfor %}
</div>
{% endif %}