Skip to content

Commit

Permalink
Update breadcrumbs with Wagtail 2.11's SVG icon
Browse files Browse the repository at this point in the history
This change uses Wagtail 2.11's SVG arrow icon in our breadcrumbs in the admin.
  • Loading branch information
willbarton committed Dec 16, 2020
1 parent f8947c5 commit 95dd9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wagtailflags/templates/wagtailflags/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

{% if flag %}
<ul class="breadcrumb flags-breadcrumb">
<li><a href="{% url 'wagtailflags:list' %}">Flags</a></li>
<li>{{ title }}</li>
<li><a href="{% url 'wagtailflags:list' %}"><span class="title">Flags</span>{% icon name="arrow-right" class_name="arrow_right_icon" %}</a></li>
<li><a href="#"><span class="title">{{ title }}</span></a></li>
</ul>

{% if flag|deletable %}
Expand Down

0 comments on commit 95dd9a5

Please sign in to comment.