From 2ea21e12b2a8cb22ecf135cd86ccf3ee81070522 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 8 Oct 2023 04:09:05 +0400 Subject: [PATCH] In index.pug added ids for MLS fields. --- web/templates/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/index.pug b/web/templates/index.pug index 59dd545..ca756fc 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -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]