Browse Source

recent posts link

pull/40/head
czaks 10 years ago
parent
commit
fe95b33022
  1. 3
      templates/mod/dashboard.html

3
templates/mod/dashboard.html

@ -100,6 +100,9 @@
{% if mod|hasPermission(config.mod.modlog) %}
<li><a href="?/log">{% trans 'Moderation log' %}</a></li>
{% endif %}
{% if mod|hasPermission(config.mod.recent_posts) %}
<li><a href="?/recent/25">{% trans 'Recent posts' %}</a></li>
{% endif %}
{% if mod|hasPermission(config.mod.rebuild) %}
<li><a href="?/rebuild">{% trans 'Rebuild' %}</a></li>
{% endif %}

Loading…
Cancel
Save