Fixed group listing, now has an icon

This commit is contained in:
Polonkai Gergely 2012-07-16 20:55:49 +02:00
parent 91b6f9f8b9
commit e7fe6cd78e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{% for group in groups %} {% for group in groups %}
<tr> <tr>
<td>[ikon]</td> <td>[ikon]</td>
<td class="csoport" title="{{ group.description }}">{{ group.name }}</td> <td class="csoport" title="{{ group.description }}"><a href="{{ path('KekRozsakFrontBundle_groupView', {groupSlug: group.slug }) }}">{{ group.name }}</a></td>
<td> <td>
{% if group.isMember(app.user) %} {% if group.isMember(app.user) %}
<span title="Már tag vagy" class="ikon">[tag ikon]</span> <span title="Már tag vagy" class="ikon">[tag ikon]</span>