mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Updated i18n in add-thangs-view.jade
This commit is contained in:
parent
92052ceb5b
commit
0ef6dfcc30
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
h3(data-i18n="editor.level_tab_thangs_add") Add Thangs
|
||||
input(type="search", id="thang-search", placeholder="Search thangs")
|
||||
input(type="search", id="thang-search", data-i18n="[placeholder]editor.level_tab_thangs_search", placeholder="Search thangs")
|
||||
div.editor-nano-container.nano
|
||||
#thangs-list.nano-content
|
||||
for group in groups
|
||||
|
@ -7,4 +7,4 @@ div.editor-nano-container.nano
|
|||
for thangType in group.thangs
|
||||
div.add-thang-palette-icon(data-thang-type=thangType.get('name'), title=thangType.get('name'))
|
||||
img(src=thangType.getPortraitURL(), alt="")
|
||||
div.clearfix
|
||||
div.clearfix
|
||||
|
|
Loading…
Reference in a new issue