2014-01-30 14:37:40 -05:00
|
|
|
nav.navbar.navbar-default(role='navigation')
|
2014-04-17 14:02:00 -04:00
|
|
|
ul.nav.navbar-nav.nav-tabs
|
|
|
|
li.active
|
2014-04-17 17:23:33 -04:00
|
|
|
a(href="#component-code" data-toggle="tab" data-i18n="general.code")#component-code-tab Code
|
2014-04-17 14:02:00 -04:00
|
|
|
li
|
2014-04-17 17:23:33 -04:00
|
|
|
a(href="#component-config-schema" data-toggle="tab" data-i18n="editor.level_component_config_schema")#component-config-schema-tab Config Schema
|
2014-04-17 14:02:00 -04:00
|
|
|
li
|
2014-04-17 17:23:33 -04:00
|
|
|
a(href="#component-settings" data-toggle="tab" data-i18n="editor.level_component_settings")#component-settings-tab Settings
|
2014-04-17 14:02:00 -04:00
|
|
|
li
|
|
|
|
a(href="#component-patches" data-toggle="tab" data-i18n="resources.patches")#component-patches-tab Patches
|
|
|
|
|
|
|
|
.navbar-header
|
|
|
|
span.navbar-brand= editTitle
|
|
|
|
|
|
|
|
ul.nav.navbar-nav.navbar-right
|
|
|
|
li.dropdown
|
|
|
|
a(data-toggle='dropdown')
|
|
|
|
span.glyphicon-chevron-down.glyphicon
|
|
|
|
|
|
|
|
ul.dropdown-menu
|
|
|
|
li.dropdown-header Actions
|
2014-04-17 14:35:09 -04:00
|
|
|
li
|
|
|
|
a#component-watch-button
|
2014-04-17 14:02:00 -04:00
|
|
|
span.watch
|
|
|
|
span.glyphicon.glyphicon-eye-open
|
|
|
|
span.spl Watch
|
|
|
|
span.unwatch.secret
|
|
|
|
span.glyphicon.glyphicon-eye-close
|
|
|
|
span.spl Unwatch
|
|
|
|
|
|
|
|
li#patch-component-button
|
|
|
|
a(data-i18n="common.submit_patch") Submit Patch
|
2014-04-22 18:18:37 -04:00
|
|
|
if me.isAdmin()
|
|
|
|
li#create-new-component-button
|
|
|
|
a(data-i18n="editor.level_component_b_new") Create New Component
|
2014-04-17 14:02:00 -04:00
|
|
|
|
|
|
|
li.divider
|
|
|
|
li.dropdown-header Info
|
|
|
|
|
2014-04-17 14:29:12 -04:00
|
|
|
li#component-history-button
|
2014-04-17 14:02:00 -04:00
|
|
|
a(data-i18n="general.version_history") Version History
|
2014-01-03 13:32:13 -05:00
|
|
|
|
2014-01-28 00:06:27 -05:00
|
|
|
.tab-content
|
2014-01-30 18:27:10 -05:00
|
|
|
.tab-pane.active#component-code
|
2014-01-28 00:06:27 -05:00
|
|
|
#component-code-editor
|
2014-01-30 18:27:10 -05:00
|
|
|
.tab-pane#component-config-schema
|
2014-01-28 00:06:27 -05:00
|
|
|
#config-schema-treema
|
2014-01-30 18:27:10 -05:00
|
|
|
.tab-pane#component-settings
|
2014-01-28 00:06:27 -05:00
|
|
|
#edit-component-treema
|
2014-04-16 13:42:32 -04:00
|
|
|
.tab-pane#component-patches
|
|
|
|
.patches-view
|