From 0c4e6e2762a3c44792f59a0903ba100b391062be Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Tue, 5 May 2015 19:53:54 -0400 Subject: [PATCH] Linkify the bonfire names in profile view. --- views/account/show.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/account/show.jade b/views/account/show.jade index 58a4e8a72e..62212b0261 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -161,7 +161,8 @@ block content th.col-xs-6 Solution for bonfire in bonfires tr - td.col-xs-4= bonfire.name + td.col-xs-4 + a(href='/bonfires/' + bonfire.name)= bonfire.name~ td.col-xs-2= moment(bonfire.completedDate, 'x').format("MMM DD, YYYY") td.col-xs-6 pre.wrappable= bonfire.solution