Remove unneeded templates

This commit is contained in:
Mirai Kumiko 2025-06-14 18:52:04 +02:00
parent 49ac2bbe6f
commit 83182b9e7b
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
10 changed files with 0 additions and 133 deletions

View file

@ -1,15 +0,0 @@
<.header>
Note {@note.id}
<:subtitle>This is a note record from your database.</:subtitle>
<:actions>
<.link href={~p"/notes/#{@note}/edit"}>
<.button>Edit note</.button>
</.link>
</:actions>
</.header>
<.list>
<:item title="Content">{@note.content}</:item>
</.list>
<.back navigate={~p"/notes"}>Back to notes</.back>