Merge pull request #10266 from dhcodes/fix/disappearing-star

fix star disappearance after completing req challenges
This commit is contained in:
Mrugesh Mohapatra
2016-08-22 00:33:27 +05:30
committed by GitHub

View File

@ -36,8 +36,9 @@ block content
a(href="#{challenge.url}" target='_parent')
= challenge.title
span.sr-only= " Complete"
if challenge.isRequired
span.text-primary    
strong *
strong *
else if challenge.isRequired
p.challenge-title.ion-ios-circle-outline.padded-ionic-icon.negative-15(name="#{challenge.dashedName}")
a(name="#{challenge.dashedName}" target='_parent' href="#{challenge.url}" class=challenge.isComingSoon ? 'disabled' : '')