mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Update label text for projects on User portfolio page
This commit is contained in:
parent
0664c1e113
commit
cb6a594684
@ -124,7 +124,7 @@ block content
|
||||
td.col-xs-2.hidden-xs= challenge.completedDate ? challenge.completedDate : 'Not Available'
|
||||
td.col-xs-2.hidden-xs= challenge.lastUpdated ? challenge.lastUpdated : ''
|
||||
td.col-xs-2.hidden-xs
|
||||
a(href=challenge.solution, target='_blank') View my project
|
||||
a(href=challenge.solution, target='_blank') View project
|
||||
td.col-xs-12.visible-xs
|
||||
a(href=challenge.solution, target='_blank')= removeOldTerms(challenge.name)
|
||||
if (algorithms.length > 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user