pinchflat/lib/pinchflat_web/controllers/media_sources/source_html/new.html.heex
2024-02-01 21:41:30 -08:00

12 lines
302 B
Text

<.header>
New Source
<:subtitle>Use this form to manage source records in your database.</:subtitle>
</.header>
<.source_form
changeset={@changeset}
media_profiles={@media_profiles}
action={~p"/media_sources/sources"}
/>
<.back navigate={~p"/media_sources/sources"}>Back to sources</.back>