1
0

In index.pug added ids for MLS fields.

This commit is contained in:
Alexander Andreev 2023-10-08 04:09:05 +04:00
parent 24ce8115e7
commit 2ea21e12b2
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -66,6 +66,6 @@ html(lang='en')
td
td #{song.Artist} - #{song.Title}
if mls != nil
p.right Most listened song was "#{mls.Song}" on #{utils.ToClientTimezone(mls.Date, r).Format(radio.MostListenedDateFormat)} with #[b #{mls.Listeners}] listeners.
p.right Most listened song was "#[span#radio-mls-song #{mls.Song}]" on #[span#radio-mls-date #{utils.ToClientTimezone(mls.Date, r).Format(radio.MostListenedDateFormat)}] with #[b#radio-mls-listeners #{mls.Listeners}] listeners.
footer
| 2017—2023 Alexander "Arav" Andreev <#[a(href='mailto:me@arav.su') me@arav.su]> #[a(href=mainSite+'/privacy') Privacy statements]