codecombat/app/templates/editor/level/thang/level-thang-edit-view.jade
2015-11-18 19:33:26 +00:00

15 lines
No EOL
429 B
Text

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