codecombat/app/templates/editor/level/thang/edit.jade

15 lines
393 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
div.well
a(data-i18n="editor.level_components_title")#all-thangs-link Back To All Thangs
2014-01-03 13:32:13 -05:00
span#thang-props
a#thang-name-link
span= thang.id
input.secret(value=thang.id)
| (
span(data-i18n="editor.level_components_type") Type
| :
2014-01-03 13:32:13 -05:00
a#thang-type-link
span= thang.thangType
input.secret(value=thang.thangType)
2014-01-03 13:32:13 -05:00
| )
#thang-components-edit-view