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 %}