don't show tshirt voting to brand new users

This commit is contained in:
Quincy Larson
2015-09-27 11:05:44 -07:00
parent ccf5504537
commit a64a46cff1

View File

@ -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