We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26aa521 + 9dfec88 commit be4abeeCopy full SHA for be4abee
src/partials/toolbar.hbs
@@ -5,9 +5,10 @@
5
{{/with}}
6
{{> breadcrumbs}}
7
{{> page-versions}}
8
- {{#if (and page.fileUri (not env.CI))}}
+ {{!-- Please uncomment this functionality if it is needed (edit page link in top right corner) --}}
9
+ {{!-- {{#if (and page.fileUri (not env.CI))}}
10
<div class="edit-this-page"><a href="{{page.fileUri}}">Edit this Page</a></div>
11
{{else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}}
12
<div class="edit-this-page"><a href="{{page.editUrl}}">Edit this Page</a></div>
- {{/if}}
13
+ {{/if}} --}}
14
</div>
0 commit comments