# HG changeset patch # User Kim Alvefur # Date 1590521575 -7200 # Node ID a359972d246edbacdd2557075828daf18c62c922 # Parent 7b6bcb91493ed777f21b380a9e5b59a7f6dbb730 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 diff -r 7b6bcb91493e -r a359972d246e 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