From 0896625aab766080fedf6d470ddee6286d52c9b6 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 7 Jul 2023 10:02:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elib/chiya=5Fweb/components/layouts/roo?= =?UTF-8?q?t=5Ferror.html.heex=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/layouts/root_error.html.heex | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 lib/chiya_web/components/layouts/root_error.html.heex diff --git a/lib/chiya_web/components/layouts/root_error.html.heex b/lib/chiya_web/components/layouts/root_error.html.heex new file mode 100644 index 0000000..3b8b17f --- /dev/null +++ b/lib/chiya_web/components/layouts/root_error.html.heex @@ -0,0 +1,41 @@ + + + + + + + <.live_title> + <%= assigns[:page_title] || "Home" %> + + + <.favicon /> + + + + + + + + +
+
+ <%= @inner_content %> +
+
+ +
+
+
+
+
+
+
+ +