minor fixes to challenge map

This commit is contained in:
Quincy Larson
2015-12-09 15:12:50 -06:00
committed by Berkeley Martinez
parent 65b7edca0b
commit c4064d4e99

View File

@ -149,13 +149,6 @@ block content
.col-xs-12.col-sm-9.col-md-10 .col-xs-12.col-sm-9.col-md-10
h3 #{challengeBlock.name}   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 - var i = 0
for challenge in challengeBlock.challenges for challenge in challengeBlock.challenges
- i++ - i++
@ -183,11 +176,11 @@ block content
span= challenge.title span= challenge.title
span.sr-only= " Incomplete" span.sr-only= " Incomplete"
if challenge.markNew if challenge.markNew
span.text-danger.small     span.text-info.small    
strong strong
em NEW em NEW
if challengeBlock.isComingSoon if challengeBlock.isComingSoon
span.text-danger.small     span.text-info.small    
strong strong
em Coming Soon em Coming Soon