From 2ddccce85dbf3c77cb59593e0c83221786f7f61a Mon Sep 17 00:00:00 2001 From: SphericalKat Date: Thu, 7 Oct 2021 05:54:37 +0530 Subject: [PATCH] refactor(layout): use heex templates Signed-off-by: SphericalKat --- lib/ketbin_web/templates/layout/_user_menu.html.eex | 10 ---------- lib/ketbin_web/templates/layout/_user_menu.html.heex | 10 ++++++++++ .../templates/layout/{app.html.eex => app.html.heex} | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 lib/ketbin_web/templates/layout/_user_menu.html.eex create mode 100644 lib/ketbin_web/templates/layout/_user_menu.html.heex rename lib/ketbin_web/templates/layout/{app.html.eex => app.html.heex} (86%) diff --git a/lib/ketbin_web/templates/layout/_user_menu.html.eex b/lib/ketbin_web/templates/layout/_user_menu.html.eex deleted file mode 100644 index f281cfc..0000000 --- a/lib/ketbin_web/templates/layout/_user_menu.html.eex +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/lib/ketbin_web/templates/layout/_user_menu.html.heex b/lib/ketbin_web/templates/layout/_user_menu.html.heex new file mode 100644 index 0000000..5153188 --- /dev/null +++ b/lib/ketbin_web/templates/layout/_user_menu.html.heex @@ -0,0 +1,10 @@ + diff --git a/lib/ketbin_web/templates/layout/app.html.eex b/lib/ketbin_web/templates/layout/app.html.heex similarity index 86% rename from lib/ketbin_web/templates/layout/app.html.eex rename to lib/ketbin_web/templates/layout/app.html.heex index fecad96..55d56fb 100644 --- a/lib/ketbin_web/templates/layout/app.html.eex +++ b/lib/ketbin_web/templates/layout/app.html.heex @@ -5,12 +5,12 @@ Katbin - "/> - + +
- + <Katbin/>