Skip to content

Commit a8a93f2

Browse files
committed
Readded deleted file
1 parent adf12ce commit a8a93f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #}
2+
{# @var field \EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto #}
3+
{# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #}
4+
{% if field.formattedValue != 0 %}
5+
<span class="badge badge-danger">{{ field.formattedValue }}</span>
6+
{% endif %}

0 commit comments

Comments
 (0)