We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010e913 commit 823daafCopy full SHA for 823daaf
resources/views/md/field_types/single_select.blade.php
@@ -3,9 +3,9 @@
3
$toColor = $fieldData['to']['color'] ?? null;
4
@endphp
5
@if($fromValue != null)
6
-**{{ $fieldName }}** has been changed from $${\color{<?= $fromColor ?>}{{ $fromValue }}$$ to $${\color{<?= $toColor ?>}{{ $toValue }}$$.
+**{{ $fieldName }}** has been changed from $${\color{<?= $fromColor ?>}{{ $fromValue }}}$$ to $${\color{<?= $toColor ?>}{{ $toValue }}}$$.
7
@elseif ($toValue != null)
8
**{{ $fieldName }}** has been removed from $${\color{<?= $fromColor ?>}{{ $fromValue }}}$$.
9
@else
10
-**{{ $fieldName }}** has been set to $${\color{<?= $toColor ?>}{{ $toValue }}$$.
+**{{ $fieldName }}** has been set to $${\color{<?= $toColor ?>}{{ $toValue }}}$$.
11
@endif
0 commit comments