diff --git a/core/modules/update/templates/update-version.html.twig b/core/modules/update/templates/update-version.html.twig index 79f47c1fd8..95ed1bd5a9 100644 --- a/core/modules/update/templates/update-version.html.twig +++ b/core/modules/update/templates/update-version.html.twig @@ -11,6 +11,7 @@ * - date: The date of the release. * - download_link: The URL for the downloadable file. * - release_link: The URL for the release notes. + * - type: The type of the version, possible values are 'recommended', 'security', 'latest', 'dev', 'also', 'installed'. * * @ingroup themeable */ @@ -27,7 +28,7 @@ {% endtrans %} {% endif %} - {% if attributes.class != 'project-update__version--installed' %} + {% if type != 'installed' %}