mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-28 20:09:02 +02:00
Load the partials/page-revisions.html.twig template if available
This commit is contained in:
@@ -301,6 +301,9 @@
|
||||
|
||||
{% include 'partials/page-move.html.twig' with { blueprints: admin.blueprints('pages/move'), data: context } %}
|
||||
</div>
|
||||
<div class="remodal" data-remodal-id="revisions" data-remodal-options="hashTracking: false">
|
||||
{% include ['partials/page-revisions.html.twig', 'empty.html.twig'] with { data: context } %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="remodal" data-remodal-id="delete" data-remodal-options="hashTracking: false">
|
||||
|
||||
Reference in New Issue
Block a user