remove extra <template> tag from ips block
This commit is contained in:
@@ -103,12 +103,10 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
<template #icon><i class="ph-network ph-bold ph-lg"></i></template>
|
<template #icon><i class="ph-network ph-bold ph-lg"></i></template>
|
||||||
<template #label>{{ i18n.ts.ip }}</template>
|
<template #label>{{ i18n.ts.ip }}</template>
|
||||||
<MkInfo>{{ i18n.ts.ipTip }}</MkInfo>
|
<MkInfo>{{ i18n.ts.ipTip }}</MkInfo>
|
||||||
<template>
|
<div v-for="record in ips" :key="record.ip" class="_monospace" :class="$style.ip" style="margin: 1em 0;">
|
||||||
<div v-for="record in ips" :key="record.ip" class="_monospace" :class="$style.ip" style="margin: 1em 0;">
|
<span class="date">{{ record.createdAt }}</span>
|
||||||
<span class="date">{{ record.createdAt }}</span>
|
<span class="ip">{{ record.ip }}</span>
|
||||||
<span class="ip">{{ record.ip }}</span>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
|
|
||||||
<MkFolder v-if="iAmModerator" :defaultOpen="moderationNote.length > 0">
|
<MkFolder v-if="iAmModerator" :defaultOpen="moderationNote.length > 0">
|
||||||
|
|||||||
Reference in New Issue
Block a user