File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/views/md/field_types Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 $toColor = $fieldData [' to' ][' color' ] ?? null ;
44@endphp
55@if ($fromValue != null )
6- **{{ $fieldName } } ** has been changed from $${\color{{{ $fromColor } }} {{ $fromValue } } $$ to $${\color{{{ $toColor } } }{{ $toValue } } $$.
6+ **{{ $fieldName } } ** has been changed from $${\color{<?= $fromColor ? > } {{ $fromValue } } $$ to $${\color{<?= $toColor ? > }{{ $toValue } } $$.
77@elseif ($toValue != null )
8- **{{ $fieldName } } ** has been removed from $${\color{{{ $fromColor } } }{{ $fromValue } } }$$.
8+ **{{ $fieldName } } ** has been removed from $${\color{<?= $fromColor ? > }{{ $fromValue } } }$$.
99@else
10- **{{ $fieldName } } ** has been set to $${\color{{{ $toColor } } }{{ $toValue } } $$.
10+ **{{ $fieldName } } ** has been set to $${\color{<?= $toColor ? > }{{ $toValue } } $$.
1111@endif
You can’t perform that action at this time.
0 commit comments