You are here

status-report-counter.html.twig in Drupal 10

Theme override for the status report counter.

Available variables:

  • amount: The number shown on counter.
  • text: The text shown on counter.
  • severity: The severity of the counter.

File

core/themes/stable/templates/admin/status-report-counter.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for the status report counter.
  5. *
  6. * Available variables:
  7. * - amount: The number shown on counter.
  8. * - text: The text shown on counter.
  9. * - severity: The severity of the counter.
  10. *
  11. */
  12. #}
  13. {{ amount }} {{ text }}
  14. <a href="#{{ severity }}"><span class="visually-hidden">{{ text }} </span>Details</a>