Skip to content

Commit

Permalink
TEMP - Remove Petal 'Edit this page...' button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 7, 2024
1 parent 9fe4526 commit 1a005b1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions cityehr-quick-start-guide/src/main/xslt/create-topic-html.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
<nav id="top-nav">
<xsl:apply-templates select="." mode="top-nav"/>
</nav>

<!-- Petal Edit Button -->
<div id="petal-edit-page-button">
<a href="{htop:petal-edit-url(com:document-uri(.), $petal-api-url, $petal-github-org-name, $petal-github-repo-name, $petal-github-branch, $petal-referrer-base-url)}">
<input type="button" value="Edit this page"/>
</a>
</div>





<article>
<xsl:apply-templates select="element()" mode="body"/>
Expand Down

0 comments on commit 1a005b1

Please sign in to comment.