From 616a174dd73ce86ddf110519b26e2d3893bd8dda Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Wed, 1 Nov 2023 12:34:08 +0100 Subject: [PATCH] Cleanup --- infrastructure/web/views/log.txt | 1 - infrastructure/web/views/mail.twig | 2 -- infrastructure/web/views/mail.twig.save | 34 ------------------------- 3 files changed, 37 deletions(-) delete mode 100644 infrastructure/web/views/log.txt delete mode 100644 infrastructure/web/views/mail.twig.save diff --git a/infrastructure/web/views/log.txt b/infrastructure/web/views/log.txt deleted file mode 100644 index c63eb23..0000000 --- a/infrastructure/web/views/log.txt +++ /dev/null @@ -1 +0,0 @@ -2023/11/01 09:58:03 Micro started diff --git a/infrastructure/web/views/mail.twig b/infrastructure/web/views/mail.twig index 3722bfd..d4d24ae 100644 --- a/infrastructure/web/views/mail.twig +++ b/infrastructure/web/views/mail.twig @@ -1,5 +1,3 @@ - - {% extends 'layout.twig' %} {% block body %} diff --git a/infrastructure/web/views/mail.twig.save b/infrastructure/web/views/mail.twig.save deleted file mode 100644 index c3025b2..0000000 --- a/infrastructure/web/views/mail.twig.save +++ /dev/null @@ -1,34 +0,0 @@ - -{% extends 'layout.twig' %} - -{% block body %} - - - - ← Return to inbox -
- - Logout -
-

{{ mail.subject }}

-

{{ mail.from.text }}

-

{{ mail.date| date }}

-
- {% if mail.html %} - - {% elseif mail.textAsHtml %} -
- {{ mail.textAsHtml|raw }} -
- {% else %} -
- {% endif %} - - -{% endblock %}