mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Small tweaks
This commit is contained in:
parent
8e8a3103d5
commit
28363f780a
2 changed files with 2 additions and 1 deletions
app
|
@ -1,3 +1,3 @@
|
|||
h4
|
||||
span(data-i18n="play_level.tome_select_a_thang") Select Someone for
|
||||
span.spr(data-i18n="play_level.tome_select_a_thang") Select Someone for
|
||||
code #{view.spell.name}(#{(view.spell.parameters || []).join(", ")})
|
||||
|
|
|
@ -16,3 +16,4 @@ module.exports = class JobProfileCodeModal extends ModalView
|
|||
super()
|
||||
codeView = new LevelSessionCodeView({session:@session})
|
||||
@insertSubView(codeView, @$el.find('.level-session-code-view'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue