16 lines
328 B
Plaintext
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>
|