Display artists in list
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
row_click={fn {_id, record} -> JS.navigate(~p"/records/#{record}") end}
|
||||
>
|
||||
<:col :let={{_id, record}} label="Type"><%= record.type %></:col>
|
||||
<:col :let={{_id, record}} label="Artists">
|
||||
<%= Enum.map(record.artists, fn a -> a.name end) %>
|
||||
</:col>
|
||||
<:col :let={{_id, record}} label="Image">
|
||||
<img class="max-w-16" src={record.image} alt={record.title} />
|
||||
</:col>
|
||||
|
||||
Reference in New Issue
Block a user