From 811cf4f0d33255d848117c454e1142074723d05b Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 6 Feb 2018 23:07:07 -0700 Subject: [PATCH] don't show edit this page if page.editUrl is not set --- src/partials/toolbar.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/partials/toolbar.hbs b/src/partials/toolbar.hbs index 601f479..451c38b 100644 --- a/src/partials/toolbar.hbs +++ b/src/partials/toolbar.hbs @@ -5,5 +5,7 @@ {{/if}} {{> breadcrumbs}} {{> page-versions}} + {{#if page.editUrl}}
Edit this Page
+ {{/if}} -- 2.11.0