mirror of
https://github.com/documize/community.git
synced 2025-08-02 03:55:24 +02:00
Fix up post-Enterprise Edition merge
This commit is contained in:
parent
6f495dd1c6
commit
eb56169fe5
4 changed files with 1 additions and 16 deletions
|
@ -1,7 +1,5 @@
|
|||
<div id="page-{{page.id}}" data-id={{page.id}} data-type={{page.contentType}}>
|
||||
|
||||
{{#if editMode}}
|
||||
|
||||
<div class="wysiwyg">
|
||||
{{document/document-editor
|
||||
document=document
|
||||
|
@ -11,9 +9,7 @@
|
|||
onCancel=(action "onCancelEdit")
|
||||
onAction=(action "onSavePage")}}
|
||||
</div>
|
||||
|
||||
{{else}}
|
||||
|
||||
{{document/page-heading
|
||||
page=page
|
||||
meta=meta
|
||||
|
@ -37,7 +33,5 @@
|
|||
<div class="wysiwyg">
|
||||
{{section/base-renderer page=page}}
|
||||
</div>
|
||||
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue