Don't use chevron-right icon for hierarchy

This commit is contained in:
Jeremy Stretch
2020-11-06 16:26:16 -05:00
parent 5db14f9410
commit 62b0a68bef
10 changed files with 22 additions and 42 deletions

View File

@@ -81,8 +81,7 @@
<td>
{% if site.region %}
{% for region in site.region.get_ancestors %}
<a href="{{ region.get_absolute_url }}">{{ region }}</a>
<i class="mdi mdi-chevron-right"></i>
<a href="{{ region.get_absolute_url }}">{{ region }}</a> /
{% endfor %}
<a href="{{ site.region.get_absolute_url }}">{{ site.region }}</a>
{% else %}
@@ -95,8 +94,7 @@
<td>
{% if site.tenant %}
{% if site.tenant.group %}
<a href="{{ site.tenant.group.get_absolute_url }}">{{ site.tenant.group }}</a>
<i class="mdi mdi-chevron-right"></i>
<a href="{{ site.tenant.group.get_absolute_url }}">{{ site.tenant.group }}</a> /
{% endif %}
<a href="{{ site.tenant.get_absolute_url }}">{{ site.tenant }}</a>
{% else %}