Bug 32030: Add users to licenses - Preparation
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / LicensesToolbar.vue
1 <template>
2     <div id="toolbar" class="btn-toolbar">
3         <router-link to="/cgi-bin/koha/erm/licenses/add" class="btn btn-default"
4             ><font-awesome-icon icon="plus" />
5             {{ $__("New license") }}</router-link
6         >
7     </div>
8 </template>
9
10 <script>
11 export default {
12     name: "LicensesToolbar",
13 }
14 </script>