Skip to content

Commit 3b91081

Browse files
committed
Renamed template
1 parent debe1d5 commit 3b91081

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Admin/Field/AdvisoryCountField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public static function new(string $propertyName, TranslatableInterface|string|bo
1919
->setLabel($label)
2020

2121
// this template is used in 'index' and 'detail' pages
22-
->setTemplatePath('EasyAdminBundle/Fields/advisory_count.html.twig');
22+
->setTemplatePath('EasyAdminBundle/Fields/advisories.html.twig');
2323
}
2424
}

templates/EasyAdminBundle/Fields/advisory_count.html.twig renamed to templates/EasyAdminBundle/Fields/advisories.html.twig

File renamed without changes.

0 commit comments

Comments
 (0)