From d6c9a7b4ec2453bf9468ada3bcd56f9e07462899 Mon Sep 17 00:00:00 2001 From: UlrichB22 <97119703+UlrichB22@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:13:07 +0200 Subject: [PATCH] Add RSS link to global history --- src/moin/static/css/common.css | 1 + src/moin/templates/global_history.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/moin/static/css/common.css b/src/moin/static/css/common.css index aee4503c2..25b1f3180 100644 --- a/src/moin/static/css/common.css +++ b/src/moin/static/css/common.css @@ -615,6 +615,7 @@ li.moin-selected-groups { font-size: 1em; font-weight: bold; } .moin-nameless-item, .moin-history-name-old { font-style: italic; } .moin-history-name-old:hover { cursor: pointer; } +.moin-history-rss { float: right; margin: 0 7px 0 14px; height: 0; position: relative; top: 9px; } /* item history */ diff --git a/src/moin/templates/global_history.html b/src/moin/templates/global_history.html index 485982f57..8dc0bb5d2 100644 --- a/src/moin/templates/global_history.html +++ b/src/moin/templates/global_history.html @@ -30,6 +30,9 @@ {% block content %}

{{ title }}

+
+ [RSS] +
{{ utils.page_links(page_num, pages, url) }} {# make columns line up by creating one long table styled to look like one table per day #}