From b9530a159c6a43b77c50cef28bd8ff149df9a8fb Mon Sep 17 00:00:00 2001 From: Kamil Date: Tue, 17 Dec 2024 17:51:22 +0000 Subject: [PATCH] feat: make playlist item image clickable to view details --- templates/partials/playlist_item.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/templates/partials/playlist_item.html b/templates/partials/playlist_item.html index 475499c..1aeac07 100644 --- a/templates/partials/playlist_item.html +++ b/templates/partials/playlist_item.html @@ -20,7 +20,10 @@
- {{ item.name }} + + + {{ item.name }} +
@@ -30,17 +33,10 @@

{{ item.description }}

- {% if item.type == 'category'%} - - - - {%else%} - - {%endif%} {% include 'partials/_add_remove_button.html' %}