2014-01-03 13:32:13 -05:00
|
|
|
div.well
|
2014-01-11 11:25:04 -05:00
|
|
|
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
|
2015-11-18 14:16:44 -05:00
|
|
|
span= view.thangData.id
|
|
|
|
input.secret(value=view.thangData.id)
|
2015-11-18 14:33:26 -05:00
|
|
|
| (
|
2014-01-11 11:25:04 -05:00
|
|
|
span(data-i18n="editor.level_components_type") Type
|
2015-11-18 14:33:26 -05:00
|
|
|
| :
|
2014-01-03 13:32:13 -05:00
|
|
|
a#thang-type-link
|
2015-11-18 14:16:44 -05:00
|
|
|
span= view.thangData.thangType
|
|
|
|
input.secret(value=view.thangData.thangType)
|
2015-11-18 14:33:26 -05:00
|
|
|
| )
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
#thang-components-edit-view
|