Incorporate history icon link to slim_header.html template

pull/10919/head
Sage Abdullah 2023-09-18 17:06:21 +01:00
rodzic 569552570f
commit 2b89685f80
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,9 @@
{% if side_panels %}
{% include "wagtailadmin/shared/side_panel_toggles.html" %}
{% endif %}
{% if history_url %}
{% include "wagtailadmin/shared/headers/_history_icon_link.html" with history_url=history_url nav_icon_button_classes=nav_icon_button_classes nav_icon_classes=nav_icon_classes only %}
{% endif %}
{% endblock %}
</div>
</header>