diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index be4119e0..d47e6d4f 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -1,16 +1,3 @@ -{% for board_posts in posts %} -
- - - {{ config.board_abbreviation|sprintf(board_posts.board.uri) }} - - - {{ board_posts.board.title|e }} - - - {{ board_posts.posts|join('
') }} -
-{% endfor %} - {% if mod|hasPermission(config.mod.view_notes) %}
@@ -213,3 +200,16 @@
{% endif %} + +{% for board_posts in posts %} +
+ + + {{ config.board_abbreviation|sprintf(board_posts.board.uri) }} + - + {{ board_posts.board.title|e }} + + + {{ board_posts.posts|join('
') }} +
+{% endfor %}