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