mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Make similar artist links look like links
This commit is contained in:
parent
9ccaabfe29
commit
6de296de1f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
[{similar-artists :similarArtist}]
|
[{similar-artists :similarArtist}]
|
||||||
[:div.tags.similar-artists
|
[:div.tags.similar-artists
|
||||||
(for [{:keys [id name]} similar-artists]
|
(for [{:keys [id name]} similar-artists]
|
||||||
^{:key id} [:a.tag {:href (routes/url-for ::routes/artist.detail {:id id})} name])])
|
^{:key id} [:a.tag.is-link {:href (routes/url-for ::routes/artist.detail {:id id})} name])])
|
||||||
|
|
||||||
(defn detail
|
(defn detail
|
||||||
"Creates a nice artist page displaying the artist's name, bio (if available and
|
"Creates a nice artist page displaying the artist's name, bio (if available and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue