Hide superflous separator
All checks were successful
Tests / test (push) Successful in 30s

This commit is contained in:
Tobias Kunze 2025-12-17 16:58:59 +01:00
parent 58d6f583e5
commit 24732fde26

View file

@ -37,8 +37,8 @@
alt="{{ instance.context.service_definition.service.name }}" alt="{{ instance.context.service_definition.service.name }}"
style="height: 24px; style="height: 24px;
width: auto"> width: auto">
{% if instance.context.service_offering.provider.logo %}<span class="text-muted">|</span>{% endif %}
{% endif %} {% endif %}
<span class="text-muted">|</span>
{% if instance.context.service_offering.provider.logo %} {% if instance.context.service_offering.provider.logo %}
<img src="{{ instance.context.service_offering.provider.logo.url }}" <img src="{{ instance.context.service_offering.provider.logo.url }}"
alt="{{ instance.context.service_offering.provider.name }}" alt="{{ instance.context.service_offering.provider.name }}"