changeset 4034:a359972d246e

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
author Kim Alvefur <zash@zash.se>
date Tue, 26 May 2020 21:32:55 +0200
parents 7b6bcb91493e
children 270cd50852be
files mod_http_muc_log/mod_http_muc_log.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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