Merge pull request #376 from opi/patch-1

[fix] Link to app on operation panel
This commit is contained in:
Alexandre Aubin 2021-08-08 22:08:51 +02:00 committed by GitHub
commit 9615351261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>