<.header> <%= @note.name %> <:actions> <.link href={~p"/admin/notes/#{@note.id}"}> <.button><.icon name="hero-arrow-left" /> Back to Note <.note_form changeset={@changeset} action={~p"/admin/notes/#{@note}"} channels={@channels} selected_channels={@selected_channels} tags={@tags} /> <.back navigate={~p"/admin/notes/#{@note.id}"}>Back to note