Cards template: Incorrect class used for row.content

Created on 7 September 2024, 11 days ago
Updated 12 September 2024, 7 days ago

Problem/Motivation

views-bootstrap-cards.html.twig has a bug. The current template assigns a class card-body, but it should be card-text.

{% if row.content %}
  <div class="card-text">
    {{- row.content -}}
</div>
{% endif %}

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

5.5

Component

Code

Created by

🇩🇪Germany marc.bau

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024