Skip to content

Commit

Permalink
Merge pull request #1714 from UlrichB22/rss_link
Browse files Browse the repository at this point in the history
Add RSS link to global history
  • Loading branch information
UlrichB22 authored Jul 31, 2024
2 parents 9caa635 + d6c9a7b commit 766443f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/moin/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
3 changes: 3 additions & 0 deletions src/moin/templates/global_history.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
{% block content %}
<h1>{{ title }}</h1>
<div class='moin-clr'></div>
<div class="moin-history-rss">
<a href="/+feed/atom"><img alt="[RSS]" height="16" src="/static/img/icons/moin-rss.png" title="[RSS]" width="16"></a>
</div>
{{ utils.page_links(page_num, pages, url) }}
{# make columns line up by creating one long table styled to look like one table per day #}
<table id="moin-global-history">
Expand Down

0 comments on commit 766443f

Please sign in to comment.