1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-18 07:42:56 +09:00

利用規約へのリンクをインスタンス情報ページに追加

This commit is contained in:
syuilo 2020-11-29 22:59:09 +09:00
parent c6ce7b1045
commit fdde966808

View File

@ -21,6 +21,8 @@
<template #value>{{ meta.maintainerEmail }}</template>
</FormKeyValueView>
</FormGroup>
<FormLink v-if="meta.tosUrl" :to="meta.tosUrl" external>{{ $t('tos') }}</FormLink>
</FormBase>
</template>