Skip to content

Commit

Permalink
Add download and share button
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Apr 12, 2024
1 parent 463839a commit cf16c73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/template/streamItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@
<a href="https://tineye.com/search/?url=http:{item.image}"
target="_blank"> tineye
</a>
</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 } ?>
<?js if( p.user.admin ) { ?>
[<span class="action" id="item-delete" data-id="{item.id}">del</span>]
Expand Down

0 comments on commit cf16c73

Please sign in to comment.