1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00

Merge pull request #262 from theBladeee/master

Update dashboard.html
This commit is contained in:
Marcin Łabanowski 2014-11-14 15:53:24 +01:00
commit d0fb3783b1

View File

@ -127,6 +127,7 @@
{% endif %}
{% if mod|hasPermission(config.mod.manageboards) %}
<a href="?/edit/{{ board.uri }}"><small>[{% trans 'edit' %}]</small></a>
<a href="?/settings/{{ board.uri }}"><small>[{% trans 'settings' %}]</small></a>
{% endif %}
</li>
{% endif %}