mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
15 lines
No EOL
393 B
Text
15 lines
No EOL
393 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= thang.id
|
|
input.secret(value=thang.id)
|
|
| (
|
|
span(data-i18n="editor.level_components_type") Type
|
|
| :
|
|
a#thang-type-link
|
|
span= thang.thangType
|
|
input.secret(value=thang.thangType)
|
|
| )
|
|
|
|
#thang-components-edit-view |