0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Convert "add child page" icon to SVG

This commit is contained in:
Thibaud Colas 2023-03-28 16:46:35 +01:00
parent ef3d93819e
commit 5ba84b7897

View File

@ -21,7 +21,8 @@
<li>
<div class="row row-flush">
<div class="col8">
<a href="{% url 'wagtailadmin_pages:add' app_label model_name parent_page.id %}{% if next %}?next={{ next }}{% endif %}" class="icon icon-plus-inverse icon-larger">
<a href="{% url 'wagtailadmin_pages:add' app_label model_name parent_page.id %}{% if next %}?next={{ next }}{% endif %}">
{% icon name="plus-inverse" classname="default w-mr-1 w-align-middle" %}
{{ verbose_name }}
{% if page_description %}
<div><span class="visuallyhidden">.</span><small>{{ page_description }}</small></div>