Move Admin Logs and Reports into Twig

This commit is contained in:
tobi132
2019-12-09 19:57:42 +01:00
parent 8115cc5ecc
commit 711027e450
5 changed files with 183 additions and 157 deletions

View File

@@ -0,0 +1,8 @@
<div class="box">
<div class="box-header">
<h3 class="box-title"><b>{{ file }}</b></h3>
</div>
<div class="box-body">
{{ content|raw }}
</div>
</div>