diff --git a/svelte/src/admin_panel/IPBans.svelte b/svelte/src/admin_panel/IPBans.svelte index 06d2aa8..5340f2d 100644 --- a/svelte/src/admin_panel/IPBans.svelte +++ b/svelte/src/admin_panel/IPBans.svelte @@ -157,30 +157,32 @@ onMount(get_bans); delete - - - - - - - - - {#each row.offences as offence (offence.ban_time)} +
+
ReasonReporterBan timeExpire timeFile
- - - - - + + + + + - {/each} -
{offence.reason}{offence.reporter}{formatDate(offence.ban_time, true, true, false)}{formatDate(offence.expire_time, true, true, false)} - {#if offence.file_public_id} - - {offence.file_name} - - {/if} - ReasonReporterBan timeExpire timeFile
+ {#each row.offences as offence (offence.ban_time)} + + {offence.reason} + {offence.reporter} + {formatDate(offence.ban_time, true, true, false)} + {formatDate(offence.expire_time, true, true, false)} + + {#if offence.file_public_id} + + {offence.file_name} + + {/if} + + + {/each} + + {/each} diff --git a/svelte/src/admin_panel/Router.svelte b/svelte/src/admin_panel/Router.svelte index 68a859a..9f07864 100644 --- a/svelte/src/admin_panel/Router.svelte +++ b/svelte/src/admin_panel/Router.svelte @@ -49,14 +49,14 @@ onMount(() => { class:button_highlight={page === "abuse_reports"} on:click|preventDefault={() => {navigate("abuse_reports", "Abuse reports")}}> flag - User abuse reports + User reports {navigate("abuse_reporters", "Abuse reporters")}}> email - E-mail abuse reporters + E-mail reporters { edit - Update global settings + Global settings