mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Tweak created date on teacher classroom view
This commit is contained in:
parent
3416a4061f
commit
a676f26303
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ block content
|
|||
.total-complete.small-details
|
||||
span(data-i18n='teacher.created')
|
||||
span.spr :
|
||||
span= moment(classroom.created()).format('ll')
|
||||
span= moment(classroom.created()).format('l')
|
||||
|
||||
//- .concepts.small-details
|
||||
//- if view.progressData
|
||||
|
|
Loading…
Reference in a new issue