Don't relative link to zipline and basejump solutions.

This commit is contained in:
terakilobyte
2015-05-26 08:34:38 -04:00
parent f15d7daa2e
commit 9e9e28dc57

View File

@ -150,7 +150,7 @@ block content
td.col-xs-4= challenge.name td.col-xs-4= challenge.name
td.col-xs-2= moment(challenge.completedDate, 'x').format("MMM DD, YYYY") td.col-xs-2= moment(challenge.completedDate, 'x').format("MMM DD, YYYY")
td.col-xs-6 td.col-xs-6
a(href=challenge.solution, target='_blank') View my solution a(href="http://" + challenge.solution, target='_blank') View my solution
br br
- if (bonfires.length > 0) - if (bonfires.length > 0)