Skip to content

Commit

Permalink
Arrange pipe symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Apr 12, 2024
1 parent 8d181fb commit f0776fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/template/streamItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<span class="pict">s</span>upload</span>
<?js } ?>
</span>
<?js if( !item.video ) {?>
<?js if( !item.video ) {?> |
<span class="item-google-search">
<span class="pict">g</span>&nbsp;
<a href="https://imgops.com/{item.trimmedUrl}">
Expand All @@ -172,7 +172,7 @@
</a>
<?js } ?>
</span>
<span class="action copy-link" data-url="https://{CONFIG.HOST}/new/{item.id}" title="Link zum Teilen in die Zwischenablage kopieren"> Teilen</span> </span> |
<span class="action copy-link" data-url="https://{CONFIG.HOST}/new/{item.id}" title="Link zum Teilen in die Zwischenablage kopieren"> Teilen</span> </span>
<span style="margin-right: 12px;"> | <a href="{item.image}" target="_blank" class="action">herunterladen</a> </span>
<?js if( p.user.admin ) { ?>
[<span class="action" id="item-delete" data-id="{item.id}">del</span>]
Expand Down

0 comments on commit f0776fe

Please sign in to comment.