codecombat/app/templates/editor/level/add_thangs.jade

11 lines
No EOL
489 B
Text

h3(data-i18n="editor.level_tab_thangs_add") Add Thangs
input(type="search", id="thang-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.name)
- path = '/file/db/thang.type/'+thangType.original+'/portrait.png'
img(title="Add " + thangType.name, src=path, alt="")
div.clearfix