From a64a46cff1e6e93500aea987f6226a9d56020450 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 27 Sep 2015 11:05:44 -0700 Subject: [PATCH] don't show tshirt voting to brand new users --- server/views/challengeMap/show.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/views/challengeMap/show.jade b/server/views/challengeMap/show.jade index 8ac788c2bf..35ec5886c5 100644 --- a/server/views/challengeMap/show.jade +++ b/server/views/challengeMap/show.jade @@ -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