mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°8701 - Fix class icon alt text displaying in portal tile when there's no icon defined
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% block pTileTitle %}
|
||||
<div class="ipb-tile--title">
|
||||
<span>{{ oBrick.GetTitle()|dict_s }}</span><span><span>{{ iCount }}</span>
|
||||
{% if sIconURL is defined %}
|
||||
{% if sIconURL is defined and sIconURL is not empty %}
|
||||
<img id="img{{ id }}" src="{{ sIconURL }}" class="ipb-tile--decoration--icon class-icon" alt="Class Icon">
|
||||
{% endif %}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user