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.
1 parent f782352 commit 08f994cCopy full SHA for 08f994c
src/Templates/Document/Edit.phtml
@@ -41,7 +41,7 @@ require('./Includes/header.inc.phtml'); ?>
41
<p class="mb-0">The document was successfully edited!</p>
42
</div>
43
<div class="text-center">
44
- <a class="btn btn-primary" href="<?=UrlFormatter::format('/document/' . rawurlencode($document_id))?>"><img class="float-left" src="<?=UrlFormatter::format('/a/svg/chevron-right-white.svg' . $_unique_asset)?>"/> Return to Document</a>
+ <a class="btn btn-primary" href="<?=UrlFormatter::format('/document/' . rawurlencode($document_id))?>"><img class="float-left" src="<?=UrlFormatter::assetify('svg/chevron-right-white.svg')?>"/> Return to Document</a>
45
46
<? }
47
} else { require('./Includes/LoginRequired.inc.phtml'); } ?>
0 commit comments