From 1df3b2671b3177e3ab47c13fc284da21a5620e79 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Tue, 5 May 2015 15:36:56 -0400 Subject: [PATCH] Stylize bonfires in account 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 487969f9cc..6b6ef27626 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -165,5 +165,6 @@ block content 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= bonfire.solution + td.col-xs-6 + pre= bonfire.solution br