Fixed draft button being shown

This commit is contained in:
Eduard Urbach 2018-11-22 18:33:30 +09:00
parent 0225805782
commit ff725eaf4c
2 changed files with 14 additions and 9 deletions

View File

@ -10,10 +10,11 @@ component Groups(groups []*arn.Group, nextIndex int, user *arn.User)
.corner-buttons
if user != nil
if user.DraftIndex().GroupID == "" && user.IsPro()
button.action(data-action="newObject", data-trigger="click", data-type="group")
Icon("plus")
span New group
if user.DraftIndex().GroupID == ""
if user.IsPro()
button.action(data-action="newObject", data-trigger="click", data-type="group")
Icon("plus")
span New group
else
a.button(href="/group/" + user.DraftIndex().GroupID + "/edit")
Icon("pencil")

View File

@ -20,23 +20,27 @@ component Shop(items []*arn.ShopItem, itemPopularity map[string]int, user *arn.U
Icon("check")
span Access the dark theme
li.pro-benefit.mountable
li.pro-benefit.mountable
Icon("check")
span Customize your cover image
li.pro-benefit.mountable
li.pro-benefit.mountable
Icon("check")
span Gain early access to new features
li.pro-benefit.mountable
Icon("check")
span Secure a spot on the supporters page
li.pro-benefit.mountable
li.pro-benefit.mountable
Icon("check")
span Show a star next to your avatar
li.pro-benefit.mountable
li.pro-benefit.mountable
Icon("check")
span Receive the supporter role on the Discord server
li.pro-benefit.mountable
li.pro-benefit.mountable
Icon("check")
span ...and many more luxury features in the future.