Skip to content

Commit

Permalink
change include path to absolute instead of relative
Browse files Browse the repository at this point in the history
  • Loading branch information
NicuPascu committed Apr 10, 2019
1 parent 0c055cf commit 162cdc0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -108,7 +108,7 @@ THE SOFTWARE.
data-message-if-legacy-revoked="${%RevokedToken}"
data-confirm="${%ConfirmRevokeSingle}"
data-target-url="${descriptor.descriptorFullUrl}/revoke">
<st:include page="../../../lib/layout/svg-icon-token-revoke.jelly" />
<st:include page="/lib/layout/svg-icon-token-revoke.jelly" />
</a>
</span>
</div>
Expand All @@ -130,7 +130,7 @@ THE SOFTWARE.
<a href="#" onclick="return revokeToken(this)" class="token-revoke hidden-button"
data-confirm="${%ConfirmRevokeSingle}"
data-target-url="${descriptor.descriptorFullUrl}/revoke">
<st:include page="../../../lib/layout/svg-icon-token-revoke.jelly" />
<st:include page="/lib/layout/svg-icon-token-revoke.jelly" />
</a>
<l:copyButton message="${%Copied}" text="" clazz="invisible"/>
<div class="error token-error-message"><!-- filled in case of error --></div>
Expand Down

0 comments on commit 162cdc0

Please sign in to comment.