|
|
@@ -7,9 +7,9 @@
|
|
7
|
7
|
<div class="show_options">
|
|
8
|
8
|
|
|
9
|
9
|
{% if his_group %}
|
|
10
|
|
- <a href="{{ path('group_edit', { 'slug': group.slug }) }}" >
|
|
|
10
|
+ <a class="button" href="{{ path('group_edit', { 'slug': group.slug }) }}" >
|
|
11
|
11
|
{{ 'group.edit'|trans({}, 'groups') }}
|
|
12
|
|
- </a> |
|
|
|
12
|
+ </a>
|
|
13
|
13
|
{% endif %}
|
|
14
|
14
|
|
|
15
|
15
|
<a href="{{ path('follow', { 'type': 'group', 'id': group.id, 'token': user.personalHash }) }}"
|