Stylize bonfires in account view
This commit is contained in:
@ -165,5 +165,6 @@ block content
|
|||||||
td.col-xs-4
|
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-2= moment(bonfire.completedDate, 'x').format("MMM DD, YYYY")
|
||||||
td.col-xs-6= bonfire.solution
|
td.col-xs-6
|
||||||
|
pre= bonfire.solution
|
||||||
br
|
br
|
||||||
|
Reference in New Issue
Block a user