summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/system/templates/system-security-advisories-fetch-error-message.html.twig
blob: 5b901b8e147fd6361093f389a86f26581dc2c70b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{#
/**
 * @file
 * Default theme implementation for the message when fetching security advisories fails.
 *
 * This error message is displayed on the status report page.
 *
 * Available variables:
 * - error_message: A render array containing the appropriate error message.
 *
 * @see template_preprocess_system_security_advisories_fetch_error_message()
 *
 * @ingroup themeable
 */
#}
{{ error_message }}