Abuse-monitor: Add hyperlink to battles to the view page

This commit is contained in:
Mia 2021-12-05 13:31:50 -06:00
parent 1a37dc0d95
commit ebf288964b

View File

@ -548,6 +548,7 @@ export const pages: Chat.PageTable = {
}
buf += Utils.html` - ${room.title}</h2>`;
this.title = `[Abuse Monitor] ${titleParts.join('-')}`;
buf += `<p>${Chat.formatText(`<<${room.roomid}>>`)}</p>`;
buf += `<hr />`;
if (!cache[roomid].claimed) {
cache[roomid].claimed = user.id;