Skip to content

Commit 832f75d

Browse files
committed
Move svg to static directory
1 parent d21bcf2 commit 832f75d

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
+1
Loading

src/static/a/svg/chevron-right.svg

+1
Loading

src/templates/Document/Edit.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require('./header.inc.phtml'); ?>
3636
<p class="mb-0">The document was successfully edited!</p>
3737
</div>
3838
<div class="text-center">
39-
<a class="btn btn-primary" href="<?=Common::relativeUrlToAbsolute('/document/' . rawurlencode($document_id))?>"><svg class="float-left align-middle" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg> Return to Document</a>
39+
<a class="btn btn-primary" href="<?=Common::relativeUrlToAbsolute('/document/' . rawurlencode($document_id))?>"><img class="float-left" src="<?=Common::relativeUrlToAbsolute('/a/svg/chevron-right-white.svg' . $_unique_asset)?>"/> Return to Document</a>
4040
</div>
4141
<? } ?>
4242
</div>

src/templates/header.inc.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $_campaign_vultr = (
6060
'<a href="' . Common::relativeUrlToAbsolute(
6161
Common::$config->bnetdocs->campaigns->vultr
6262
) . '"><img id="vultr-campaign" src="' . Common::relativeUrlToAbsolute(
63-
'/a/vultr_logo_ondark.svg'
63+
'/a/vultr_logo_ondark.svg' . $_unique_asset
6464
) . '"/></a>' : ''
6565
);*/
6666
?><!DOCTYPE html>

0 commit comments

Comments
 (0)