mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
10 lines
No EOL
400 B
Text
10 lines
No EOL
400 B
Text
h3(data-i18n="editor.level_tab_thangs_add") Add Thangs
|
|
input(type="search", id="thang-search")
|
|
#thangs-list
|
|
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 |