View | Details | Raw Unified | Return to bug 33417
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue (-2 / +1 lines)
Lines 6-12 Link Here
6
            :to="{ name: option.to }"
6
            :to="{ name: option.to }"
7
            class="btn btn-default"
7
            class="btn btn-default"
8
            ><font-awesome-icon icon="plus" />
8
            ><font-awesome-icon icon="plus" />
9
            {{ $__(`${option.button_title}`) }}</router-link
9
            {{ $__(option.button_title) }}</router-link
10
        >
10
        >
11
    </div>
11
    </div>
12
</template>
12
</template>
13
- 

Return to bug 33417