From 7b42757c9f533691a71ecbd96bc6acdd61cf7428 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Tue, 5 May 2015 20:00:14 -0400 Subject: [PATCH] Tilde bug --- 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 62212b0261..73af6cdea4 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -162,7 +162,7 @@ block content for bonfire in bonfires tr td.col-xs-4 - a(href='/bonfires/' + bonfire.name)= bonfire.name~ + 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