mod_http_muc_log: Add link to room list from logs page
authorKim Alvefur <zash@zash.se>
Tue, 26 May 2020 21:32:55 +0200
changeset 4038 a359972d246e
parent 4037 7b6bcb91493e
child 4039 270cd50852be
mod_http_muc_log: Add link to room list from logs page Improve UX by reducing in number of clicks to get back to the room list. Uncommitted diff from logs.xmpp.org
mod_http_muc_log/mod_http_muc_log.lua
--- a/mod_http_muc_log/mod_http_muc_log.lua	Thu May 21 16:35:07 2020 +0100
+++ b/mod_http_muc_log/mod_http_muc_log.lua	Tue May 26 21:32:55 2020 +0200
@@ -382,6 +382,7 @@
 	end
 
 	local links = {
+		{ href = "../", rel = "up", text = "Room list" },
 		{ href = "./", rel = "up", text = "Calendar" },
 	};
 	if prev_when ~= "" then