From 2fa19381dcbe69045686465e2f8d37eaa4f21173 Mon Sep 17 00:00:00 2001 From: SphericalKat Date: Thu, 7 Oct 2021 05:52:14 +0530 Subject: [PATCH] refactor(home): use heex templates Signed-off-by: SphericalKat --- .../templates/page/{edit.html.leex => edit.html.heex} | 0 lib/ketbin_web/templates/page/{form.html.eex => form.html.heex} | 0 .../templates/page/{index.html.eex => index.html.heex} | 0 lib/ketbin_web/templates/page/{show.html.eex => show.html.heex} | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename lib/ketbin_web/templates/page/{edit.html.leex => edit.html.heex} (100%) rename lib/ketbin_web/templates/page/{form.html.eex => form.html.heex} (100%) rename lib/ketbin_web/templates/page/{index.html.eex => index.html.heex} (100%) rename lib/ketbin_web/templates/page/{show.html.eex => show.html.heex} (87%) diff --git a/lib/ketbin_web/templates/page/edit.html.leex b/lib/ketbin_web/templates/page/edit.html.heex similarity index 100% rename from lib/ketbin_web/templates/page/edit.html.leex rename to lib/ketbin_web/templates/page/edit.html.heex diff --git a/lib/ketbin_web/templates/page/form.html.eex b/lib/ketbin_web/templates/page/form.html.heex similarity index 100% rename from lib/ketbin_web/templates/page/form.html.eex rename to lib/ketbin_web/templates/page/form.html.heex diff --git a/lib/ketbin_web/templates/page/index.html.eex b/lib/ketbin_web/templates/page/index.html.heex similarity index 100% rename from lib/ketbin_web/templates/page/index.html.eex rename to lib/ketbin_web/templates/page/index.html.heex diff --git a/lib/ketbin_web/templates/page/show.html.eex b/lib/ketbin_web/templates/page/show.html.heex similarity index 87% rename from lib/ketbin_web/templates/page/show.html.eex rename to lib/ketbin_web/templates/page/show.html.heex index 067442c..42add87 100644 --- a/lib/ketbin_web/templates/page/show.html.eex +++ b/lib/ketbin_web/templates/page/show.html.heex @@ -1,7 +1,7 @@
<%= if @show_edit do%> - +