diff --git a/templates/group/list_groups.twig b/templates/group/list_groups.twig index ecc763379ae1ddab423748e1269ddb649b2f6f23..3e53cafecfb404b37998834fb733f78f3c9f3ed7 100644 --- a/templates/group/list_groups.twig +++ b/templates/group/list_groups.twig @@ -2,9 +2,11 @@ {% block content %} <div style="grid-column:1/2; grid-row:1/2"> <h1> List groups </h1> - <a href="/groups/create">Create a group</a> + <form action="/groups/create"> + <button type="submit" class="ui button">Create a group</button> + </form> </div> - <div class="ui relaxed divided list" id="list"> + <div class="ui relaxed divided list" id="list" style="max-height:590px;"> {% for group in groups %} <a href="groups/{{group.id}}" class="item"> <div class="ui horizontal label">