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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue (-2 / +1 lines)
Lines 23-29 Link Here
23
                                        <router-link
23
                                        <router-link
24
                                            :to="{ name: 'AgreementsList' }"
24
                                            :to="{ name: 'AgreementsList' }"
25
                                        >
25
                                        >
26
                                            <i class="fa fa-check-circle-o"></i>
26
                                            <i class="fa fa-check-circle"></i>
27
                                            {{ $__("Agreements") }}</router-link
27
                                            {{ $__("Agreements") }}</router-link
28
                                        >
28
                                        >
29
                                    </li>
29
                                    </li>
30
- 

Return to bug 32910