Current section
Files
Jump to
Current section
Files
lib/exshome_player/web/templates/edit_link_modal.html.heex
<section id="edit_link_modal" class="h-full flex flex-col justify-center items-center">
<%= if @error do %>
<h2 class="text-4xl text-center"><%= @error %></h2>
<% else %>
<.live_form changeset={@changeset} as="data" fields={@fields} />
<% end %>
</section>