Tilde bug
This commit is contained in:
@ -162,7 +162,7 @@ block content
|
|||||||
for bonfire in bonfires
|
for bonfire in bonfires
|
||||||
tr
|
tr
|
||||||
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
|
td.col-xs-6
|
||||||
pre.wrappable= bonfire.solution
|
pre.wrappable= bonfire.solution
|
||||||
|
Reference in New Issue
Block a user