Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
This commit is contained in:
commit
9a27feca01
@ -1,4 +1,4 @@
|
|||||||
<table class="modlog">
|
<table class="modlog" style="word-wrap: break-word;">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Time</th>
|
<th>Time</th>
|
||||||
<th>Board</th>
|
<th>Board</th>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% set thread = post.id %}
|
{% set thread = post.id %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
||||||
{{ post.id }}
|
{{ post.id }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if search_type == 'posts' %}
|
{% if search_type == 'posts' %}
|
||||||
<table class="modlog">
|
<table class="modlog" style="word-wrap: break-word;">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Time</th>
|
<th>Time</th>
|
||||||
<th>Board</th>
|
<th>Board</th>
|
||||||
@ -195,7 +195,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% set thread = post.id %}
|
{% set thread = post.id %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
|
||||||
{{ post.id }}
|
{{ post.id }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user