mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fixed employer list template typo.
This commit is contained in:
parent
a9356fdc93
commit
cb378c13e2
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ block content
|
|||
strong= act.count
|
||||
|
|
||||
br
|
||||
span= moment(activity.login.first).fromNow()
|
||||
span= moment(act.first).fromNow()
|
||||
br
|
||||
span= moment(activity.login.last).fromNow()
|
||||
span= moment(act.last).fromNow()
|
||||
else
|
||||
td 0
|
||||
td(data-employer-age=(new Date() - new Date(employer.get('signedEmployerAgreement').date)) / 86400 / 1000)= moment(employer.get('signedEmployerAgreement').date).fromNow()
|
||||
|
|
Loading…
Reference in a new issue