Stylize bonfires in account view

remotes/upstream/staging
terakilobyte 2015-05-05 15:36:56 -04:00
parent 1b393bb685
commit 1df3b2671b
1 changed files with 2 additions and 1 deletions

View File

@ -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