From 5fd93aefe82b91d2859fe4455bc495a61a0efd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Sun, 16 Mar 2025 20:26:41 +0200 Subject: [PATCH] Removal of unused email heex-templates --- .../templates/emails/confirmation.html.heex | 3 --- lib/osuuspuutarha_web/templates/layout/email.html.heex | 8 -------- 2 files changed, 11 deletions(-) delete mode 100644 lib/osuuspuutarha_web/templates/emails/confirmation.html.heex delete mode 100644 lib/osuuspuutarha_web/templates/layout/email.html.heex diff --git a/lib/osuuspuutarha_web/templates/emails/confirmation.html.heex b/lib/osuuspuutarha_web/templates/emails/confirmation.html.heex deleted file mode 100644 index 5cbae3b..0000000 --- a/lib/osuuspuutarha_web/templates/emails/confirmation.html.heex +++ /dev/null @@ -1,3 +0,0 @@ -
-

Osuuspuutarhan testimaili, <%= @variable %>!

-
diff --git a/lib/osuuspuutarha_web/templates/layout/email.html.heex b/lib/osuuspuutarha_web/templates/layout/email.html.heex deleted file mode 100644 index fa27822..0000000 --- a/lib/osuuspuutarha_web/templates/layout/email.html.heex +++ /dev/null @@ -1,8 +0,0 @@ - - - <%= @email.subject %> - - - <%= @inner_content %> - - \ No newline at end of file