changeset 3594:b66111f75e4b

mod_http_muc_log: Add navigation link to latest page
author Kim Alvefur <zash@zash.se>
date Mon, 13 May 2019 11:10:41 +0200
parents 0b670831ace3
children 00a848ede42d
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	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