From fe95b3302208d6b60e13a9a9399b08c5e43a3972 Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 25 Mar 2014 12:05:07 +0100 Subject: [PATCH] recent posts link --- templates/mod/dashboard.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/mod/dashboard.html b/templates/mod/dashboard.html index 7b907533..f83edafc 100644 --- a/templates/mod/dashboard.html +++ b/templates/mod/dashboard.html @@ -100,6 +100,9 @@ {% if mod|hasPermission(config.mod.modlog) %}
  • {% trans 'Moderation log' %}
  • {% endif %} + {% if mod|hasPermission(config.mod.recent_posts) %} +
  • {% trans 'Recent posts' %}
  • + {% endif %} {% if mod|hasPermission(config.mod.rebuild) %}
  • {% trans 'Rebuild' %}
  • {% endif %}