status-report-counter.html.twig 357 B

123456789101112131415
  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. * @ingroup themable
  12. */
  13. #}
  14. {{ amount }} {{ text }}
  15. <a href="#{{ severity }}"><span class="visually-hidden">{{ text }} </span>Details</a>