fix finished challenges button

pull/2/head
Michael Q Larson 2014-12-23 11:20:31 -08:00
parent ca6652a791
commit a032be6a0b
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
{ {
"name": "Join our Forum", "name": "Join our Forum",
"time": 5, "time": 5,
"video": "114578442", "video": "115275066",
"challengeNumber": 2, "challengeNumber": 2,
"steps": [ "steps": [
"Go to Free Code Camp's forum: <a href='http://forum.freecodecamp.com' target='_blank'>http://forum.freecodecamp.com</a>.", "Go to Free Code Camp's forum: <a href='http://forum.freecodecamp.com' target='_blank'>http://forum.freecodecamp.com</a>.",
@ -46,7 +46,7 @@
"Click on the \"Introduce yourself here\" discussion.", "Click on the \"Introduce yourself here\" discussion.",
"Here you can read through other Free Code Camp community members' self introductions.", "Here you can read through other Free Code Camp community members' self introductions.",
"Go ahead and type a brief self introduction of your own.", "Go ahead and type a brief self introduction of your own.",
"Click on the \"Categories\" drop-down menu. You should see a category called \"Local Chapters\". Click that. If your city isn't already on the list, you can create a topic for it. Otherwise, you can also introduce yourself to the other Code Campers from your city.", "Click on the \"Categories\" drop-down menu. You should see a category called \"Local Chapters\". Click that. If your city isn't already on the list, create a topic for it. Otherwise, introduce yourself to the other Code Campers from your city.",
"Come back here daily to ask questions, engage in discussions, and share links to helpful coding tools." "Come back here daily to ask questions, engage in discussions, and share links to helpful coding tools."
] ]
}, },

View File

@ -7,4 +7,4 @@
a(href="/challenges/#{challenge.challengeNumber}", class="#{ (cc && cc[challenge.challengeNumber] > 0) ? 'strikethrough' : '' }") #{challenge.name} a(href="/challenges/#{challenge.challengeNumber}", class="#{ (cc && cc[challenge.challengeNumber] > 0) ? 'strikethrough' : '' }") #{challenge.name}
| &nbsp; (#{challenge.time} mins) | &nbsp; (#{challenge.time} mins)
a.btn.btn-primary(href="/done-with-first-100-hours", class="#{ ((cc && cc[59] > 0) || (!cc)) ? 'disabled' : '' }") I've finished all Free Code Camp challenges and all the Easy and Medium CoderByte Challenges a.btn.btn-primary(href="/done-with-first-100-hours", class="#{ ((cc && cc[59] === 0) || (!cc)) ? 'disabled' : '' }") I've finished all Free Code Camp challenges and all the Easy and Medium CoderByte Challenges