You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/07 12:02:03 UTC

[isis-app-helloworld] 03/03: fixes property for fa icons (remove trailing '\' when in yml)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 1dcb233c83f08e4ff93de6818a4d7b1dc17d9401
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Dec 7 12:01:38 2019 +0000

    fixes property for fa icons (remove trailing '\' when in yml)
---
 src/main/resources/application.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 374393f..2254a05 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -17,12 +17,12 @@ isis:
     facet:
       css-class-fa:
         patterns:
-          new.*:fa-plus,\
-          add.*:fa-plus-square,\
-          create.*:fa-plus,\
-          update.*:fa-edit,\
-          delete.*:fa-trash,\
-          find.*:fa-search,\
+          new.*:fa-plus,
+          add.*:fa-plus-square,
+          create.*:fa-plus,
+          update.*:fa-edit,
+          delete.*:fa-trash,
+          find.*:fa-search,
           list.*:fa-list
 
       css-class: