Browse Source

Le lien modifier ce groupe n'était pas stylisé en button.

bastien 13 years ago
parent
commit
463ed307e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Muzich/HomeBundle/Resources/views/Show/showGroup.html.twig

+ 2 - 2
src/Muzich/HomeBundle/Resources/views/Show/showGroup.html.twig View File

@@ -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 }) }}"