mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Add message if no player code in profile
This commit is contained in:
parent
2120657e5b
commit
d773c301fb
1 changed files with 3 additions and 1 deletions
|
@ -194,7 +194,9 @@ block content
|
|||
span.spl - #{session.team}
|
||||
if session.codeLanguage != 'javascript'
|
||||
span.spl - #{{coffeescript: 'CoffeeScript', python: 'Python', lua: 'Lua', io: 'Io', clojure: 'Clojure'}[session.codeLanguage]}
|
||||
|
||||
if !editing && !sessions.length
|
||||
h3(data-i18n="account_profile.player_code") Player Code
|
||||
p This player hasn't submitted code to our more recent tournaments.
|
||||
.middle-column.full-height-column
|
||||
.sub-column
|
||||
#name-container.editable-section
|
||||
|
|
Loading…
Reference in a new issue