mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
10 lines
497 B
Text
10 lines
497 B
Text
h3(data-i18n="editor.level_tab_thangs_add") Add 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
|
|
h4= group.name
|
|
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
|