Mercurial > prosody-modules
diff mod_http_muc_log/mod_http_muc_log.lua @ 3718:cc6f7e2e4a59
mod_http_muc_log: Add arrow to 'latest' link like on other navigation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 13 Oct 2019 16:56:52 +0200 |
parents | f03a023cd523 |
children | bdbbf11eac0c |
line wrap: on
line diff
--- a/mod_http_muc_log/mod_http_muc_log.lua Sun Oct 13 16:55:57 2019 +0200 +++ b/mod_http_muc_log/mod_http_muc_log.lua Sun Oct 13 16:56:52 2019 +0200 @@ -248,7 +248,7 @@ years = years; links = { { href = "../", rel = "up", text = "Room list" }, - { href = "latest", text = "Latest" }, + { href = "latest", rel = "last", text = "Latest" }, }; }); end