V-Beta-1.0.0
Vision is out of alpha !
This commit is contained in:
16
templates/admin/watchdog.html.twig
Normal file
16
templates/admin/watchdog.html.twig
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}{% trans %}title_administration_watchdog{% endtrans %}{% endblock %}
|
||||
{% block subtitle %}{% trans %}subtitle_administration_watchdog{% endtrans %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
{% include '_cells/historyDisplay.html.twig' with {'history': pagination} %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ knp_pagination_render(pagination) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user