ip.html: use mod_user_posts_by_ip

This commit is contained in:
Zankaria 2024-12-18 22:26:55 +01:00
parent 11c5748888
commit bf25002295

View file

@ -1,3 +1,3 @@
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
[<a class="ip-link" style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
[<a class="ip-link" style="margin:0;" href="?/user_posts/ip/{{ post.ip }}">{{ post.ip }}</a>] {# Keep this space #}
{% endif %}