|
|
@@ -30,9 +30,7 @@ div.full-size(
|
|
|
i.fa.fa-arrow-left
|
|
|
| #{translate("open_a_file_on_the_left")}
|
|
|
|
|
|
- if hasFeature('rich-text')
|
|
|
- .toolbar.toolbar-editor(ng-controller="EditorToolbarController")
|
|
|
- button(ng-click="toggleRichText()") Rich Text
|
|
|
+ != moduleIncludes('editor:toolbar', locals)
|
|
|
|
|
|
#editor(
|
|
|
ace-editor="editor",
|
|
|
@@ -68,13 +66,7 @@ div.full-size(
|
|
|
renderer-data="reviewPanel.rendererData"
|
|
|
)
|
|
|
|
|
|
- if hasFeature('rich-text')
|
|
|
- #editor-rich-text(
|
|
|
- cm-editor,
|
|
|
- ng-if="editor.richText"
|
|
|
- ng-show="!!editor.sharejs_doc && !editor.opening"
|
|
|
- sharejs-doc="editor.sharejs_doc"
|
|
|
- )
|
|
|
+ != moduleIncludes('editor:body', locals)
|
|
|
|
|
|
include ./review-panel
|
|
|
|