From 714134f704ba18f0b545d51cc602a672afd626b0 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" <60596353+pmoreno-rodriguez@users.noreply.github.com> Date: Tue, 3 Jan 2023 20:09:52 +0100 Subject: [PATCH] Revert "Add twigs for downloads, gallery (unite) and guestbook" This reverts commit af8a941b9ca7e7999c9340b0008d965866effb32. --- templates/partials/download_item.html.twig | 21 --------------------- templates/partials/guestbook_item.html.twig | 21 --------------------- 2 files changed, 42 deletions(-) delete mode 100644 templates/partials/download_item.html.twig delete mode 100644 templates/partials/guestbook_item.html.twig diff --git a/templates/partials/download_item.html.twig b/templates/partials/download_item.html.twig deleted file mode 100644 index 3f1304f..0000000 --- a/templates/partials/download_item.html.twig +++ /dev/null @@ -1,21 +0,0 @@ -{% set size = file.size/1024 %} -{% set unit = "kB" %} -{% if size > 1023 %} - {% set size = size/1024 %} - {% set unit = "MB" %} -{% endif %} -