From c4064d4e99a9b52be55c87ace6ae6cf7bb77966a Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 9 Dec 2015 15:12:50 -0600 Subject: [PATCH] minor fixes to challenge map --- server/views/challengeMap/show.jade | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/server/views/challengeMap/show.jade b/server/views/challengeMap/show.jade index 7802e20263..adb0f0cd52 100644 --- a/server/views/challengeMap/show.jade +++ b/server/views/challengeMap/show.jade @@ -149,13 +149,6 @@ block content .col-xs-12.col-sm-9.col-md-10 h3 #{challengeBlock.name}   - .row - .hidden-xs.col-sm-3.col-md-2 - h3.text-primary.text-right.nowrap - i.fa.fa-clock-o - = challengeBlock.time - .col-xs-12.col-sm-9.col-md-10 - h3 #{challengeBlock.name}   - var i = 0 for challenge in challengeBlock.challenges - i++ @@ -183,11 +176,11 @@ block content span= challenge.title span.sr-only= " Incomplete" if challenge.markNew - span.text-danger.small     + span.text-info.small     strong em NEW if challengeBlock.isComingSoon - span.text-danger.small     + span.text-info.small     strong em Coming Soon