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

This commit is contained in:
syuilo 2020-11-29 22:59:09 +09:00
parent d41b6ee742
commit 5272a687f7

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>