Fixed group listing, now has an icon
This commit is contained in:
parent
91b6f9f8b9
commit
e7fe6cd78e
@ -18,7 +18,7 @@
|
||||
{% for group in groups %}
|
||||
<tr>
|
||||
<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>
|
||||
{% if group.isMember(app.user) %}
|
||||
<span title="Már tag vagy" class="ikon">[tag ikon]</span>
|
||||
|
Loading…
Reference in New Issue
Block a user