minor fixes to challenge map
This commit is contained in:
committed by
Berkeley Martinez
parent
65b7edca0b
commit
c4064d4e99
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user