Remove obsolete banner

This commit is contained in:
c0ffeeca7 2023-05-12 17:30:38 +02:00
parent bd3863e510
commit 6ffbad2850

View File

@ -19,18 +19,20 @@ layout: default
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
{% if active_alert != "" %} {% unless page.url contains "/integrations/hassio" %}
<div class="integration-alert-container"> {% if active_alert != "" %}
<a class="integration-alert" href="{{active_alert}}" target="_blank"> <div class="integration-alert-container">
<svg preserveAspectRatio="xMidYMid meet" focusable="false" role="img" aria-hidden="true" viewBox="0 0 24 24" color="currentColor"> <a class="integration-alert" href="{{active_alert}}" target="_blank">
<g><path d="M12,2L1,21H23M12,6L19.53,19H4.47M11,10V14H13V10M11,16V18H13V16"></path></g> <svg preserveAspectRatio="xMidYMid meet" focusable="false" role="img" aria-hidden="true" viewBox="0 0 24 24" color="currentColor">
</svg> <g><path d="M12,2L1,21H23M12,6L19.53,19H4.47M11,10V14H13V10M11,16V18H13V16"></path></g>
<div class="content">There is an active alert for this integration!</div> </svg>
<div class="learn-more">LEARN MORE</div> <div class="content">There is an active alert for this integration!</div>
</a> <div class="learn-more">LEARN MORE</div>
</div> </a>
</div>
{% endif %}
{% endunless %}
{% endif %} {% endif %}
{% endif %}
<hr class="divider" /> <hr class="divider" />
{% endif %} {% endif %}
{{ content }} {{ content }}