項目を移動してみた
This commit is contained in:
parent
8018e4a285
commit
e9fc4e4828
|
@ -29,12 +29,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</MkInput>
|
</MkInput>
|
||||||
</FormSplit>
|
</FormSplit>
|
||||||
|
|
||||||
<MkInput v-model="emailToReceiveAbuseReport" type="email">
|
|
||||||
<template #prefix><i class="ti ti-mail"></i></template>
|
|
||||||
<template #label>{{ i18n.ts.emailToReceiveAbuseReport }}</template>
|
|
||||||
<template #caption>{{ i18n.ts.emailToReceiveAbuseReportCaption }}</template>
|
|
||||||
</MkInput>
|
|
||||||
|
|
||||||
<MkTextarea v-model="pinnedUsers">
|
<MkTextarea v-model="pinnedUsers">
|
||||||
<template #label>{{ i18n.ts.pinnedUsers }}</template>
|
<template #label>{{ i18n.ts.pinnedUsers }}</template>
|
||||||
<template #caption>{{ i18n.ts.pinnedUsersDescription }}</template>
|
<template #caption>{{ i18n.ts.pinnedUsersDescription }}</template>
|
||||||
|
@ -94,6 +88,18 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</MkSwitch>
|
</MkSwitch>
|
||||||
</div>
|
</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
|
<FormSection>
|
||||||
|
<template #label>{{ i18n.ts.abuseReports }}</template>
|
||||||
|
|
||||||
|
<div class="_gaps_m">
|
||||||
|
<MkInput v-model="emailToReceiveAbuseReport" type="email">
|
||||||
|
<template #prefix><i class="ti ti-mail"></i></template>
|
||||||
|
<template #label>{{ i18n.ts.emailToReceiveAbuseReport }}</template>
|
||||||
|
<template #caption>{{ i18n.ts.emailToReceiveAbuseReportCaption }}</template>
|
||||||
|
</MkInput>
|
||||||
|
</div>
|
||||||
|
</FormSection>
|
||||||
</div>
|
</div>
|
||||||
</FormSuspense>
|
</FormSuspense>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
|
|
Loading…
Reference in New Issue