Place IP notes and ban form above post history
This commit is contained in:
parent
787dfedf3b
commit
10e9e2c455
|
@ -1,16 +1,3 @@
|
||||||
{% for board_posts in posts %}
|
|
||||||
<fieldset>
|
|
||||||
<legend>
|
|
||||||
<a href="?/{{ config.board_path|sprintf(board_posts.board.uri) }}{{ config.file_index }}">
|
|
||||||
{{ config.board_abbreviation|sprintf(board_posts.board.uri) }}
|
|
||||||
-
|
|
||||||
{{ board_posts.board.title|e }}
|
|
||||||
</a>
|
|
||||||
</legend>
|
|
||||||
{{ board_posts.posts|join('<hr>') }}
|
|
||||||
</fieldset>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% if mod|hasPermission(config.mod.view_notes) %}
|
{% if mod|hasPermission(config.mod.view_notes) %}
|
||||||
<fieldset id="notes">
|
<fieldset id="notes">
|
||||||
<legend>
|
<legend>
|
||||||
|
@ -213,3 +200,16 @@
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% for board_posts in posts %}
|
||||||
|
<fieldset>
|
||||||
|
<legend>
|
||||||
|
<a href="?/{{ config.board_path|sprintf(board_posts.board.uri) }}{{ config.file_index }}">
|
||||||
|
{{ config.board_abbreviation|sprintf(board_posts.board.uri) }}
|
||||||
|
-
|
||||||
|
{{ board_posts.board.title|e }}
|
||||||
|
</a>
|
||||||
|
</legend>
|
||||||
|
{{ board_posts.posts|join('<hr>') }}
|
||||||
|
</fieldset>
|
||||||
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue