<.header> uploaded by <%= @image.user.email %> <:actions> <%= if(@image.user.email == @current_user.email) do %> <.link patch={~p"/images/#{@image.file}/show/edit"} phx-click={JS.push_focus()}> <.button>Edit image <% end %> <.back navigate={~p"/images"}>Back to images <.modal :if={@live_action == :edit} id="image-modal" show on_cancel={JS.patch(~p"/images/#{@image.file}")} > <.live_component module={ZoeyscomputerWeb.ImageLive.FormComponent} id={@image.id} title={@page_title} action={@live_action} image={@image} patch={~p"/images/#{@image.file}"} />