More stuff
This commit is contained in:
10
lib/wish_web/live/home_live/details.html.heex
Normal file
10
lib/wish_web/live/home_live/details.html.heex
Normal 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>
|
||||
Reference in New Issue
Block a user