AppInfo: add help forum link

This commit is contained in:
axolotle 2022-11-26 14:00:30 +01:00
parent a16c4b6441
commit cf1289a683
2 changed files with 13 additions and 0 deletions

View file

@ -56,6 +56,10 @@
"api_waiting": "Waiting for the server's response...",
"app": {
"antifeatures": "Antifeatures:",
"info": {
"forum": "Search or ask the forum!",
"problem": "A problem with this app?"
},
"install": {
"license": "License: {license}",
"notifs": {

View file

@ -24,6 +24,15 @@
<icon iname="key-modern" /> {{ $t('groups_and_permissions_manage') }}
</b-button>
</description-row>
<template #footer>
<b-card-text class="text-warning">
{{ $t('app.info.problem') }}
<b-link :href="`https://forum.yunohost.org/tag/${id}`" target="_blank">
{{ $t('app.info.forum') }}
</b-link>
</b-card-text>
</template>
</card>
<config-panels v-bind="config" @submit="onConfigSubmit">