Change New and Coming Soon to text-info

This commit is contained in:
SaintPeter
2016-01-18 17:52:51 -08:00
parent a13178ad42
commit fdb2e6d20a

View File

@ -36,11 +36,11 @@ block content
span= challenge.title
span.sr-only= " Incomplete"
if challenge.markNew
span.text-success.small    
span.text-info.small    
strong
em New
if challengeBlock.isComingSoon
span.text-success.small    
span.text-info.small    
strong
em Coming Soon
span.text-primary    
@ -51,11 +51,11 @@ block content
span= challenge.title
span.sr-only= " Incomplete"
if challenge.markNew
span.text-success.small    
span.text-info.small    
strong
em New
if challengeBlock.isComingSoon
span.text-success.small    
span.text-info.small    
strong
em Coming Soon
.spacer