Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/Help.vue
Pedro Amorim 84a2d06b48
Bug 33346: Add missing class and id to link
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-31 12:11:06 +02:00

9 lines
245 B
Vue

<template>
<nav id="shortcut" class="shortcut">
<a href="/cgi-bin/koha/help.pl" class="toplinks" id="helper"
><i class="fa fa-question-circle"></i> <span>Help</span></a
>
</nav>
</template>
<script></script>