Use single rich text include instead of split toolbar & body includes

This commit is contained in:
Alasdair Smith 2018-05-25 13:46:54 +01:00
parent 6db3bf59a6
commit c6d2b4f1e7

View file

@ -33,7 +33,7 @@ div.full-size(
i.fa.fa-arrow-left
|   #{translate("open_a_file_on_the_left")}
!= moduleIncludes('editor:toolbar', locals)
!= moduleIncludes('editor:main', locals)
#editor(
ace-editor="editor",
@ -73,8 +73,6 @@ div.full-size(
line-height="settings.lineHeight || ui.defaultLineHeight"
)
!= moduleIncludes('editor:body', locals)
include ./review-panel
.ui-layout-east