Merge pull request #7785 from jasonyates/develop

Fixes #7783 - Site location visual changes
This commit is contained in:
Jeremy Stretch 2021-11-09 15:12:47 -05:00 committed by GitHub
commit 94d3e76517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,8 +219,8 @@
</tr> </tr>
{% for location in locations %} {% for location in locations %}
<tr> <tr>
<td style="padding-left: {{ location.level }}8px"> <td>
<i class="mdi mdi-folder-open"></i> {% for i in location.level|as_range %}<i class="mdi mdi-circle-small"></i>{% endfor %}
<a href="{{ location.get_absolute_url }}">{{ location }}</a> <a href="{{ location.get_absolute_url }}">{{ location }}</a>
</td> </td>
<td> <td>