Add searching by reviewed
This commit is contained in:
parent
c4e67c119e
commit
cba0552ed0
2 changed files with 12 additions and 3 deletions
|
@ -9,6 +9,9 @@ block view
|
|||
img(loading="lazy" src=item.item_art_url width=210 height=210)
|
||||
p.fs-body3.mb8= item.item_title
|
||||
.d-flex.fw-wrap.g4
|
||||
if item.why
|
||||
a.s-tag.s-tag__xs(title=item.why).fc-orange-400(href=and({filter_field: "why", filter: "reviewed"}))
|
||||
!= icons.get("star-solid", 16)
|
||||
a.s-tag.s-tag__xs(href=and({arrange: "track", filter_field: "item_id", filter: item.item_id, filter_fuzzy: null}))
|
||||
span.s-tag--sponsor!= icons.get("music-note", 16)
|
||||
= item.track_count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue