mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Small change
This commit is contained in:
parent
446b193f8c
commit
4cb885faf3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ block content
|
||||||
else if !course || !courseInstance
|
else if !course || !courseInstance
|
||||||
h1(data-i18n="common.loading") Loading...
|
h1(data-i18n="common.loading") Loading...
|
||||||
else
|
else
|
||||||
h1= courseInstance.get('name') || ($.i18n.t 'courses.unnamed_class')
|
h1= courseInstance.get('name') || $.i18n.t('courses.unnamed_class')
|
||||||
small.spl (#{course.get('name')})
|
small.spl (#{course.get('name')})
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|
Loading…
Reference in a new issue