1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

Merge pull request #626 from vichan-devel/RealAngeleno-patch-11

very small QOL change for ban appeals
This commit is contained in:
RealAngeleno 2023-09-10 10:55:24 -07:00 committed by GitHub
commit 9c34ee778a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
{% if mod|hasPermission(config.mod.show_ip, board.uri) %}
<tr>
<th>{% trans 'IP' %}</th>
<td>{{ ban.mask|cloak_mask }}</td>
<td><a class="ip-link" style="margin:0;" href="?/IP/{{ ban.mask|cloak_mask }}">{{ ban.mask|cloak_mask }}</a></td>
</tr>
{% endif %}
<tr>
@ -104,4 +104,4 @@
</form>
<hr>
{% endfor %}
{% endfor %}