chiya/lib/chiya_web/controllers/tag_html/edit.html.heex

11 lines
272 B
Text
Raw Permalink Normal View History

2023-09-10 22:55:16 +02:00
<.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}"} />