diff --git a/lib/shift73k_web/live/modal_component.ex b/lib/shift73k_web/live/modal_component.ex index b3f165e3..d5ac4afe 100644 --- a/lib/shift73k_web/live/modal_component.ex +++ b/lib/shift73k_web/live/modal_component.ex @@ -3,12 +3,12 @@ defmodule Shift73kWeb.ModalComponent do @impl true def render(assigns) do - ~L""" - diff --git a/lib/shift73k_web/live/user_management/delete_component.html.heex b/lib/shift73k_web/live/user_management/delete_component.html.heex new file mode 100644 index 00000000..4c53cb94 --- /dev/null +++ b/lib/shift73k_web/live/user_management/delete_component.html.heex @@ -0,0 +1,20 @@ +
+ + + + +
\ No newline at end of file diff --git a/lib/shift73k_web/live/user_management/delete_component.html.leex b/lib/shift73k_web/live/user_management/delete_component.html.leex deleted file mode 100644 index d7614702..00000000 --- a/lib/shift73k_web/live/user_management/delete_component.html.leex +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/lib/shift73k_web/live/user_management/form_component.html.heex b/lib/shift73k_web/live/user_management/form_component.html.heex new file mode 100644 index 00000000..68855ac9 --- /dev/null +++ b/lib/shift73k_web/live/user_management/form_component.html.heex @@ -0,0 +1,66 @@ +
+ + <%= form_for @changeset, "#", [ + phx_target: @myself, + phx_change: "validate", + phx_submit: "save" + ], fn f -> %> + + + + + <% end %> + +
\ No newline at end of file diff --git a/lib/shift73k_web/live/user_management/form_component.html.leex b/lib/shift73k_web/live/user_management/form_component.html.leex deleted file mode 100644 index 15f82296..00000000 --- a/lib/shift73k_web/live/user_management/form_component.html.leex +++ /dev/null @@ -1,62 +0,0 @@ -<%= form_for @changeset, "#", [ - phx_target: @myself, - phx_change: "validate", - phx_submit: "save" - ], fn f -> %> - - - - -<% end %>