Skip to content

Commit

Permalink
Merge pull request #9869 from dhcodes/fix/disappearing-star
Browse files Browse the repository at this point in the history
Fix disappearing star upon completion of required challenge
  • Loading branch information
bugron committed Jul 25, 2016
2 parents b83c716 + c8c9ae2 commit 761362b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/views/map/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ block content
a(href="#{challenge.url}" target='_parent')
= challenge.title
span.sr-only= " Complete"
span.text-primary    
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' : '')
Expand Down

0 comments on commit 761362b

Please sign in to comment.