chiya/lib/chiya_web/controllers/tag_html/edit.html.heex
2023-09-10 22:55:16 +02:00

10 lines
272 B
Text

<.header>
Edit Tag “<%= @tag.name %>”
<:actions>
<.link href={~p"/admin/tags"}>
<.button><.icon name="hero-arrow-left" /> Back to Tags</.button>
</.link>
</:actions>
</.header>
<.tag_form changeset={@changeset} action={~p"/admin/tags/#{@tag}"} />