mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
13 lines
288 B
Twig
13 lines
288 B
Twig
<h4>
|
|
<a href="{{ path('admin_tasks_list') }} ">
|
|
< {{ 'Return' | trans }}
|
|
</a>
|
|
{{ logname }}
|
|
<a href="{{ path('admin_tasks_scheduler_log', { 'clr' : logfile.getPath() }) }} ">
|
|
{{ 'Clear' | trans }}
|
|
</a>
|
|
</h4>
|
|
<pre>
|
|
{{ logfile.getContent() }}
|
|
</pre>
|