From e99e5b0fb949512ce2df118366d4010fd52ffe5f Mon Sep 17 00:00:00 2001 From: Brian Simpson Date: Mon, 8 Jul 2013 11:51:55 -0400 Subject: [PATCH] Add moderator listings to rss feeds. --- r2/r2/templates/preffeeds.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/r2/r2/templates/preffeeds.html b/r2/r2/templates/preffeeds.html index d3b74d145..188e86556 100644 --- a/r2/r2/templates/preffeeds.html +++ b/r2/r2/templates/preffeeds.html @@ -105,6 +105,25 @@ ${unsafe(safemarkdown(_("All feeds are invalidated if you change your password, ${_("unread messages")} + + moderator listings + + <%self:feedbuttons path="/r/mod/about/modqueue/"> + ${_("modqueue")} +
+ <%self:feedbuttons path="/r/mod/about/reports/"> + ${_("reports")} +
+ <%self:feedbuttons path="/r/mod/about/spam/"> + ${_("spam")} +
+ <%self:feedbuttons path="/r/mod/about/log/"> + ${_("moderation log")} +
+ <%self:feedbuttons path="/r/mod/about/unmoderated/"> + ${_("unmoderated links")} + + %endif