Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / stable / templates / admin / status-report-counter.html.twig
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>