From ebf288964bd261bd33ee5e8317c40628823a7680 Mon Sep 17 00:00:00 2001 From: Mia <49593536+mia-pi-git@users.noreply.github.com> Date: Sun, 5 Dec 2021 13:31:50 -0600 Subject: [PATCH] Abuse-monitor: Add hyperlink to battles to the view page --- server/chat-plugins/abuse-monitor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/chat-plugins/abuse-monitor.ts b/server/chat-plugins/abuse-monitor.ts index 91fb134c12..887094a2f4 100644 --- a/server/chat-plugins/abuse-monitor.ts +++ b/server/chat-plugins/abuse-monitor.ts @@ -548,6 +548,7 @@ export const pages: Chat.PageTable = { } buf += Utils.html` - ${room.title}`; this.title = `[Abuse Monitor] ${titleParts.join('-')}`; + buf += `

${Chat.formatText(`<<${room.roomid}>>`)}

`; buf += `
`; if (!cache[roomid].claimed) { cache[roomid].claimed = user.id;