From 9e9e28dc573ae098f7437ef87cd65f0a718b7da6 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Tue, 26 May 2015 08:34:38 -0400 Subject: [PATCH] Don't relative link to zipline and basejump solutions. --- views/account/show.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/account/show.jade b/views/account/show.jade index c3255edd26..b4887d84d4 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -150,7 +150,7 @@ block content td.col-xs-4= challenge.name td.col-xs-2= moment(challenge.completedDate, 'x').format("MMM DD, YYYY") td.col-xs-6 - a(href=challenge.solution, target='_blank') View my solution + a(href="http://" + challenge.solution, target='_blank') View my solution br - if (bonfires.length > 0)