You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/04/05 09:16:59 UTC

[incubator-hop-website] branch master updated: HOP-2745 restore edit this page functionality

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f340f6  HOP-2745 restore edit this page functionality
     new 61bdf71  Merge pull request #41 from bamaer/HOP-2745
1f340f6 is described below

commit 1f340f660f19cf67ce68cd42bbf008166411c6a7
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Mon Apr 5 11:10:48 2021 +0200

    HOP-2745 restore edit this page functionality
---
 antora-ui-hop/src/partials/toolbar.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-hop/src/partials/toolbar.hbs b/antora-ui-hop/src/partials/toolbar.hbs
index ee06cce..d9aa5c7 100644
--- a/antora-ui-hop/src/partials/toolbar.hbs
+++ b/antora-ui-hop/src/partials/toolbar.hbs
@@ -8,6 +8,6 @@
   {{#if (and page.fileUri (not env.CI))}}
   <div class="edit-this-page"><a href="{{page.fileUri}}">Edit this Page</a></div>
   {{else if (and page.editUrl (or env.FORCE_SHOW_EDIT_PAGE_LINK (not page.origin.private)))}}
-  <div class="edit-this-page"><a href="{{editPageUrl page}}">Edit this Page</a></div>
+  <div class="edit-this-page"><a href="{{page.editUrl}}">Edit this Page</a></div>
   {{/if}}
 </nav>