mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-03 20:31:29 -05:00
11 lines
228 B
Text
11 lines
228 B
Text
#web-surface-view
|
|
|
|
#info-bar.style-flat
|
|
if !view.supermodel.finished()
|
|
h1(data-i18n="common.loading")
|
|
|
|
else
|
|
h1
|
|
span(data-i18n="game_dev.creator")
|
|
span= ': '
|
|
| #{view.session.get('creatorName')}
|