projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e9333
)
don't show edit this page if page.editUrl is not set
author
Dan Allen
<dan@opendevise.com>
Wed, 7 Feb 2018 06:07:07 +0000
(23:07 -0700)
committer
Sarah White
<graphitefriction@gmail.com>
Wed, 7 Feb 2018 17:55:37 +0000
(10:55 -0700)
src/partials/toolbar.hbs
patch
|
blob
|
history
diff --git
a/src/partials/toolbar.hbs
b/src/partials/toolbar.hbs
index
601f479
..
451c38b
100644
(file)
--- a/
src/partials/toolbar.hbs
+++ b/
src/partials/toolbar.hbs
@@
-5,5
+5,7
@@
{{/if}}
{{> breadcrumbs}}
{{> page-versions}}
+ {{#if page.editUrl}}
<div class="edit-this-page"><a href="{{page.editUrl}}">Edit this Page</a></div>
+ {{/if}}
</div>