Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#7773 from raisedadead/fix/change-labe…
Browse files Browse the repository at this point in the history
…l-text-on-user-portfolio

Update label text for projects on User portfolio page
  • Loading branch information
Berkeley Martinez committed Mar 28, 2016
2 parents 690f978 + cb6a594 commit 2e5ffd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/account/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2e5ffd6

Please sign in to comment.