Version 1
[yaffs-website] / web / core / modules / system / templates / status-report-counter.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation 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 <span class="system-status-counter__status-icon system-status-counter__status-icon--{{ severity }}"></span>
15 <span>{{ amount }} {{ text }}</span>
16 <a href="#{{ severity }}"><span class="visually-hidden">{{ text }} </span>Details</a>