diff --git a/core/modules/system/templates/system-themes-page.html.twig b/core/modules/system/templates/system-themes-page.html.twig index 234610e..80089fd 100644 --- a/core/modules/system/templates/system-themes-page.html.twig +++ b/core/modules/system/templates/system-themes-page.html.twig @@ -48,10 +48,10 @@
{{ theme.description }}
{# Display operation links if the theme is compatible. #} - {% if not theme.incompatible %} - {{ theme.operations }} - {% else %} + {% if theme.incompatible %}
{{ theme.incompatible }}
+ {% else %} + {{ theme.operations }} {% endif %}