Fix empty build errors - add template and message.
This commit is contained in:
parent
43601d068a
commit
fee99bd259
3 changed files with 19 additions and 9 deletions
5
src/PHPCensor/View/WidgetBuildErrors/empty.phtml
Normal file
5
src/PHPCensor/View/WidgetBuildErrors/empty.phtml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
use PHPCensor\Helper\Lang;
|
||||
|
||||
?><div class=""><?= Lang::out('no_build_errors') ?></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue