don't show tshirt voting to brand new users
This commit is contained in:
@ -18,7 +18,7 @@ block content
|
||||
span.text-primary #{daysRunning}  
|
||||
| days ago.
|
||||
.spacer
|
||||
if (user && !user.tshirtVote)
|
||||
if (user && !user.tshirtVote && user.progressTimestamps.length > 5)
|
||||
h3.text-center Vote for the T-shirt design you like the most.
|
||||
h4.text-center We'll announce the winning design on Saturday's Summit on Twitch.tv, and it will become our community's first official t-shirt.
|
||||
.row
|
||||
|
Reference in New Issue
Block a user