Files
kimai2/templates/bundles/TwigBundle/Exception/error500.html.twig
2019-07-04 17:00:55 +02:00

7 lines
157 B
Twig

{% extends 'error.html.twig' %}
{% block error_icon %}
<i class="fas fa-bug text-red"></i>
{% endblock %}
{% block error_class %}text-red{% endblock %}