Implement remove attachments.

This commit is contained in:
Matias De lellis
2020-06-14 15:20:29 -03:00
parent 20e150341c
commit 536773843f
3 changed files with 39 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
{{#each attachts}}
<div class='note-attach-grid'>
<div class="attach-preview note-attach" attach-file-id="{{file_id}}" data-background-image="{{preview_url}}"/>
<div class="attach-remove icon-delete" title="{{t "quicknotes" "Delete attachment"}}"/>
</div>
{{/each}}
</div>