Skip to content
Snippets Groups Projects
Commit 8330d649 authored by Moreau Elise's avatar Moreau Elise
Browse files

use grid instead flex

parent 60a54864
No related branches found
No related tags found
No related merge requests found
{% extends 'common/layout.twig' %}
{% block content %}
<a href="/groups/create">Create a group</a>
<h1 class="display-4 text-center"> List groups </h1>
<div class="ui relaxed divided list">
<div style="grid-column:1/2; grid-row:1/2">
<h1> List groups </h1>
<a href="/groups/create">Create a group</a>
</div>
<div class="ui relaxed divided list" id="list">
{% for group in groups %}
<a href="groups/{{group.id}}" class="item">
<div class="ui horizontal label">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment