mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 05:00:53 -04:00
Linkify the bonfire names in profile view.
This commit is contained in:
@@ -161,7 +161,8 @@ block content
|
||||
th.col-xs-6 Solution
|
||||
for bonfire in bonfires
|
||||
tr
|
||||
td.col-xs-4= bonfire.name
|
||||
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
|
||||
pre.wrappable= bonfire.solution
|
||||
|
||||
Reference in New Issue
Block a user