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