From b8fee6b9624fbe4fe016731e269c550fb6d0f8cb Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Wed, 5 Jun 2019 11:41:43 +0100 Subject: [PATCH] Indent doc sections as per hierarchy Reflect doc structure by indenting sections as you read the document. Fixes #281. --- gui/app/templates/components/document/document-page.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/app/templates/components/document/document-page.hbs b/gui/app/templates/components/document/document-page.hbs index 0195af8a..3e950e5a 100644 --- a/gui/app/templates/components/document/document-page.hbs +++ b/gui/app/templates/components/document/document-page.hbs @@ -11,6 +11,7 @@ onAction=(action "onSavePage")}} {{else}} +
{{document/page-heading expanded=expanded page=page @@ -39,6 +40,7 @@ {{section/base-renderer page=page}}
{{/if}} + {{/if}} {{document/section-attachment uploadLabel="Upload Attachments"