Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOREAU Elise
project-covid
Commits
b1e7823c
Commit
b1e7823c
authored
Nov 01, 2020
by
Moreau Elise
Browse files
create group is a button now
parent
96aeb2a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/group/list_groups.twig
View file @
b1e7823c
...
...
@@ -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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment