mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Don't show teacher name for single-player course
This commit is contained in:
parent
97c28e1c8a
commit
417d4802ee
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ block content
|
|||
else
|
||||
span(data-i18n='courses.unnamed_class')
|
||||
|
||||
if !view.owner.isNew() && view.getOwnerName()
|
||||
if !view.owner.isNew() && view.getOwnerName() && courseInstance.get('name') != 'Single Player'
|
||||
span.spl.spr - Teacher:
|
||||
//a(href="/user/#{view.owner.id}") // Don't link to profiles until we improve them
|
||||
span
|
||||
|
|
Loading…
Reference in a new issue