2014-03-18 14:59:36 -04:00
|
|
|
h3(data-i18n="editor.level_tab_thangs_add") Add Thangs
|
2015-06-30 15:33:03 -04:00
|
|
|
input(type="search", id="thang-search", data-i18n="[placeholder]editor.level_tab_thangs_search", placeholder="Search thangs")
|
2014-05-16 19:39:35 -04:00
|
|
|
div.editor-nano-container.nano
|
2014-05-16 06:37:09 -04:00
|
|
|
#thangs-list.nano-content
|
|
|
|
for group in groups
|
|
|
|
h4= group.name
|
|
|
|
for thangType in group.thangs
|
2014-08-26 17:34:23 -04:00
|
|
|
div.add-thang-palette-icon(data-thang-type=thangType.get('name'), title=thangType.get('name'))
|
|
|
|
img(src=thangType.getPortraitURL(), alt="")
|
2015-06-30 15:33:03 -04:00
|
|
|
div.clearfix
|