mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
AppInfo: add help forum link
This commit is contained in:
parent
a16c4b6441
commit
cf1289a683
2 changed files with 13 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
||||||
"api_waiting": "Waiting for the server's response...",
|
"api_waiting": "Waiting for the server's response...",
|
||||||
"app": {
|
"app": {
|
||||||
"antifeatures": "Antifeatures:",
|
"antifeatures": "Antifeatures:",
|
||||||
|
"info": {
|
||||||
|
"forum": "Search or ask the forum!",
|
||||||
|
"problem": "A problem with this app?"
|
||||||
|
},
|
||||||
"install": {
|
"install": {
|
||||||
"license": "License: {license}",
|
"license": "License: {license}",
|
||||||
"notifs": {
|
"notifs": {
|
||||||
|
|
|
@ -24,6 +24,15 @@
|
||||||
<icon iname="key-modern" /> {{ $t('groups_and_permissions_manage') }}
|
<icon iname="key-modern" /> {{ $t('groups_and_permissions_manage') }}
|
||||||
</b-button>
|
</b-button>
|
||||||
</description-row>
|
</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>
|
</card>
|
||||||
|
|
||||||
<config-panels v-bind="config" @submit="onConfigSubmit">
|
<config-panels v-bind="config" @submit="onConfigSubmit">
|
||||||
|
|
Loading…
Add table
Reference in a new issue