Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 69fcaf5

Browse files
author
David Yell
committed
Added the bool classes to the icons for a little colour
1 parent 4db4981 commit 69fcaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Template/Bake/Template/index.ctp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ $fields = collection($fields)
7373
%>
7474
<td class="boolean"><?php
7575
if ($<%= $singularVar %>->get('<%= $field %>')) {
76-
echo "<span class='glyphicon glyphicon-ok'></span>";
76+
echo "<span class='glyphicon glyphicon-ok bool-true'></span>";
7777
} else {
78-
echo "<span class='glyphicon glyphicon-remove'></span>";
78+
echo "<span class='glyphicon glyphicon-remove bool-false'></span>";
7979
}
8080
?></td>
8181
<%

0 commit comments

Comments
 (0)