Improved groups display on mobile
This commit is contained in:
@ -1,10 +1,16 @@
|
||||
component Group(group *arn.Group, user *arn.User)
|
||||
GroupTabs(group, user)
|
||||
|
||||
if group.Name != ""
|
||||
h1.mountable= group.Name
|
||||
else
|
||||
h1.mountable untitled
|
||||
.group-header
|
||||
if group.Name != ""
|
||||
h1.group-page-name.mountable= group.Name
|
||||
else
|
||||
h1.group-page-name.mountable untitled
|
||||
|
||||
if group.Tagline != ""
|
||||
p.group-page-tagline.mountable= group.Tagline
|
||||
else
|
||||
p.group-page-tagline.mountable no tagline yet
|
||||
|
||||
.group-view
|
||||
.group-sidebar.mountable
|
||||
|
Reference in New Issue
Block a user