Don't relative link to zipline and basejump solutions.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user