mirror of
https://github.com/JanGross/quicknotes.git
synced 2026-01-17 11:07:18 +01:00
Attachments... .
This commit is contained in:
7
js/templates/attachts.handlebars
Normal file
7
js/templates/attachts.handlebars
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class='note-attachts'>
|
||||
{{#each attachts}}
|
||||
<div class='note-attach-grid'>
|
||||
<div class="attach-preview note-attach" attach-file-id="{{file_id}}" data-background-image="{{preview_url}}"/>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user