mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-07 19:39:40 +05:00
collapse description for playlists and users; less confusing wording on user metadata
This commit is contained in:
@@ -29,8 +29,13 @@ templ Playlist(p sc.Playlist) {
|
||||
}
|
||||
</div>
|
||||
</a>
|
||||
<p style="white-space: pre-wrap">{ p.Description }</p>
|
||||
<span>{ strconv.FormatInt(p.TrackCount, 10) } tracks</span>
|
||||
if p.Description != "" {
|
||||
<details>
|
||||
<summary>Toggle description</summary>
|
||||
<p style="white-space: pre-wrap">{ p.Description }</p>
|
||||
</details>
|
||||
}
|
||||
<p>{ strconv.FormatInt(p.TrackCount, 10) } tracks</p>
|
||||
<br/>
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user