mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #376 from opi/patch-1
[fix] Link to app on operation panel
This commit is contained in:
commit
9615351261
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
<template v-if="perm.url" #description>
|
||||
{{ $t('permission_corresponding_url') }}:
|
||||
<b-link :href="'https:' + perm.url">
|
||||
<b-link :href="'https://' + perm.url">
|
||||
https://{{ perm.url }}
|
||||
</b-link>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue