Bugzilla – Attachment 152412 Details for
Bug 32910
Upgrade fontawesome icons to V6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32910: Fix 'Agreements' icon
Bug-32910-Fix-Agreements-icon.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2023-06-16 13:12:13 UTC
(
hide
)
Description:
Bug 32910: Fix 'Agreements' icon
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-06-16 13:12:13 UTC
Size:
1.15 KB
patch
obsolete
>From 93768d3906558b1b379047b42707074eeb3eb11d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 16 Jun 2023 15:12:02 +0200 >Subject: [PATCH] Bug 32910: Fix 'Agreements' icon > >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >index ca63b6db867..4d611d17973 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >@@ -23,7 +23,7 @@ > <router-link > :to="{ name: 'AgreementsList' }" > > >- <i class="fa fa-check-circle-o"></i> >+ <i class="fa fa-check-circle"></i> > {{ $__("Agreements") }}</router-link > > > </li> >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32910
:
146396
| 152412