Added group styles

This commit is contained in:
2017-10-18 12:02:48 +02:00
parent 63a421e6a2
commit 217e35f752
2 changed files with 32 additions and 1 deletions

View File

@ -18,4 +18,8 @@ component Groups(groups []*arn.Group, user *arn.User)
.groups
each group in groups
.group
h3= group.Name
h3.group-name= group.Name
.group-tagline= group.Tagline
.group-member-count
Icon("user")
span= len(group.Members)