Small change

This commit is contained in:
Imperadeiro98 2015-09-25 20:54:21 +01:00
parent 446b193f8c
commit 4cb885faf3

View file

@ -31,7 +31,7 @@ block content
else if !course || !courseInstance
h1(data-i18n="common.loading") Loading...
else
h1= courseInstance.get('name') || ($.i18n.t 'courses.unnamed_class')
h1= courseInstance.get('name') || $.i18n.t('courses.unnamed_class')
small.spl (#{course.get('name')})
p