# HG changeset patch # User Kim Alvefur # Date 1557738641 -7200 # Node ID b66111f75e4b3f602bdeea748d33e93b1e6f0ffa # Parent 0b670831ace35f6c4da4ecba312490a5341af7d8 mod_http_muc_log: Add navigation link to latest page diff -r 0b670831ace3 -r b66111f75e4b mod_http_muc_log/mod_http_muc_log.lua --- 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