From b106299eab0c74a7106632cc60a24fd0e04e75cd Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Thu, 28 Apr 2022 11:54:45 -0300 Subject: [PATCH] =?UTF-8?q?Don=C2=B4t=20self=20close=20divs...=20For=20tho?= =?UTF-8?q?se=20weird=20things=20of=20nextcloud=20fails=20in=20NC22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/templates/attachts.handlebars | 4 ++-- js/templates/note-item.handlebars | 2 +- js/templates/notes.handlebars | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/templates/attachts.handlebars b/js/templates/attachts.handlebars index 9763cde..bc97a08 100644 --- a/js/templates/attachts.handlebars +++ b/js/templates/attachts.handlebars @@ -2,10 +2,10 @@ {{#each attachments}}
-
+
{{#if ../can_delete}} -
+
{{/if}}
{{/each}} diff --git a/js/templates/note-item.handlebars b/js/templates/note-item.handlebars index 3773662..1c57fbb 100644 --- a/js/templates/note-item.handlebars +++ b/js/templates/note-item.handlebars @@ -4,7 +4,7 @@
{{#each attachments}}
-
+
{{/each}}
diff --git a/js/templates/notes.handlebars b/js/templates/notes.handlebars index db84aa2..05e12b0 100644 --- a/js/templates/notes.handlebars +++ b/js/templates/notes.handlebars @@ -7,7 +7,7 @@
{{#each attachments}}
-
+
{{/each}}
@@ -114,6 +114,6 @@

{{loadingMsg}}

- +
{{/if}}