Bug 33346: Add Help link to Koha manual in ERM module
[srvgit] / koha-tmpl / intranet-tmpl / prog / js / vue / components / Help.vue
1 <template>
2     <nav id="shortcut" class="shortcut">
3         <a href="/cgi-bin/koha/help.pl"
4             ><i class="fa fa-question-circle"></i> <span>Help</span></a
5         >
6     </nav>
7 </template>
8
9 <script></script>