Skip to content

Commit 766443f

Browse files
authored
Merge pull request #1714 from UlrichB22/rss_link
Add RSS link to global history
2 parents 9caa635 + d6c9a7b commit 766443f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/moin/static/css/common.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ li.moin-selected-groups { font-size: 1em; font-weight: bold; }
615615
.moin-nameless-item,
616616
.moin-history-name-old { font-style: italic; }
617617
.moin-history-name-old:hover { cursor: pointer; }
618+
.moin-history-rss { float: right; margin: 0 7px 0 14px; height: 0; position: relative; top: 9px; }
618619

619620
/* item history */
620621

src/moin/templates/global_history.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
{% block content %}
3131
<h1>{{ title }}</h1>
3232
<div class='moin-clr'></div>
33+
<div class="moin-history-rss">
34+
<a href="/+feed/atom"><img alt="[RSS]" height="16" src="/static/img/icons/moin-rss.png" title="[RSS]" width="16"></a>
35+
</div>
3336
{{ utils.page_links(page_num, pages, url) }}
3437
{# make columns line up by creating one long table styled to look like one table per day #}
3538
<table id="moin-global-history">

0 commit comments

Comments
 (0)