More stuff

This commit is contained in:
2023-11-23 18:03:11 +00:00
committed by Daniel Patterson
parent b9569dcf6b
commit 77dda92301
8 changed files with 60 additions and 37 deletions

View File

@@ -0,0 +1,10 @@
<.link navigate={~p"/"}>
<.icon name="hero-arrow-left" /> Back to list
</.link>
<.header>
<%= @item.title %>
</.header>
<div :if={@item.image_url}>
<img src={@item.image_url} />
</div>