CJ_Clippy 8b8de3b072
Some checks failed
ci / build (push) Has been cancelled
phoenix integration begin
2025-01-03 06:45:35 -08:00

16 lines
328 B
Plaintext

<.header>
Tag {@tag.id}
<:subtitle>This is a tag record from the database.</:subtitle>
<:actions>
<.link href={~p"/tags/#{@tag}/edit"}>
<.button>Edit tag</.button>
</.link>
</:actions>
</.header>
<.list>
<:item title="Name">{@tag.name}</:item>
</.list>
<.back navigate={~p"/tags"}>Back to tags</.back>