Refactor icon rendering; replace direct icon calls with render_icon function for consistency across templates
This commit is contained in:
parent
89cee64f04
commit
30d3cd7c45
7 changed files with 15 additions and 128 deletions
|
@ -6,7 +6,7 @@
|
|||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="{{ url_for('index') }}" class="link-success link-underline-opacity-0">
|
||||
{{ icons.home(16) }}
|
||||
{{ icons.render_icon('house', 16) }}
|
||||
</a>
|
||||
</li>
|
||||
{% for crumb in breadcrumbs %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue