Commit ee66076d authored by Thomas Frobieter's avatar Thomas Frobieter
Browse files

Issue #3261545: Type Card: Remove deprecated link_image condition

parent cda368b1
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -62,11 +62,7 @@
      {{ title_suffix }}
      {% if image %}
        <div class="card__image card-image">
          {% if target_url and link_image %}
            {{ link(image, target_url, link_attributes) }}
          {% else %}
          {{ image }}
          {% endif %}
        </div>
      {% endif %}
      <div class="card__content card-section">