mod_http_muc_log/mod_http_muc_log.lua
changeset 3598 b66111f75e4b
parent 3597 0b670831ace3
child 3599 00a848ede42d
--- a/mod_http_muc_log/mod_http_muc_log.lua	Mon May 13 10:50:00 2019 +0200
+++ b/mod_http_muc_log/mod_http_muc_log.lua	Mon May 13 11:10:41 2019 +0200
@@ -238,6 +238,7 @@
 		years = years;
 		links = {
 			{ href = "../", rel = "up", text = "Room list" },
+			{ href = "latest", text = "Latest" },
 		};
 	});
 end