Views summary default styling

Created on 23 December 2024, 3 months ago

Problem/Motivation

Provide a default theming of views summary.

Check if my own website presenter template of Bootstrap 3 suit well by default and adapt to UIP2 and Bootstrap 5:

<div class="list-group">
  {% for row in rows %}
    <a href="{{ row.url }}"{{ row.attributes.addClass(row.active ? 'is-active').addClass('list-group-item')|without('href') }}>
      {% if options.count %}
        <span class="badge">
          {{ row.count }}
        </span>
      {% endif %}
      {{ row.link }}
    </a>
  {% endfor %}
</div>
Feature request
Status

Active

Version

5.1

Component

User interface

Created by

🇫🇷France Grimreaper France 🇫🇷

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024