File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -615,6 +615,7 @@ li.moin-selected-groups { font-size: 1em; font-weight: bold; }
615
615
.moin-nameless-item ,
616
616
.moin-history-name-old { font-style : italic; }
617
617
.moin-history-name-old : hover { cursor : pointer; }
618
+ .moin-history-rss { float : right; margin : 0 7px 0 14px ; height : 0 ; position : relative; top : 9px ; }
618
619
619
620
/* item history */
620
621
Original file line number Diff line number Diff line change 30
30
{% block content %}
31
31
< h1 > {{ title }}</ h1 >
32
32
< 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 >
33
36
{{ utils.page_links(page_num, pages, url) }}
34
37
{# make columns line up by creating one long table styled to look like one table per day #}
35
38
< table id ="moin-global-history ">
You can’t perform that action at this time.
0 commit comments