1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-01 02:27:24 +01:00

Merge pull request #499 from guy9000/master

Some tiny fixes
This commit is contained in:
Fredrick Brennan 2015-06-01 10:43:43 +08:00
commit 9087e6befe
2 changed files with 4 additions and 1 deletions

View File

@ -67,6 +67,9 @@ table.modlog tr th {
background-color: #F0E0D6;
}
.desktop-style div.boardlist:not(.bottom) {
background-color: #F0E0D6;
}
.box {

View File

@ -14,7 +14,7 @@
<em>hidden</em>
{% else %}
{% if not mod|hasPermission(config.mod.modlog) %}
<a href="?/new_PM/{{ log.username|e }}">{{ log.username|e }}</a>
<a href="{{ config.root }}mod.php?/new_PM/{{ log.username|e }}">{{ log.username|e }}</a>
{% else %}
<a href="?/log:{{ log.username|e }}">{{ log.username|e }}</a>
{% endif %}