From 5a00d05cfeafd4efa7116efe4c1b4e099deac323 Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Wed, 27 May 2026 01:06:38 +0100 Subject: [PATCH] apps: Change header title from Disabled to Available for install Closes #1633. [sunil: Move the button to the top of the apps page] [sunil: Drop additional div nesting for 'available for install' section] Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- plinth/templates/cards.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/plinth/templates/cards.html b/plinth/templates/cards.html index 098b20e36..be49d25d6 100644 --- a/plinth/templates/cards.html +++ b/plinth/templates/cards.html @@ -5,6 +5,7 @@ {% load i18n %} {% load static %} +{% load extras %} {% block container %}
@@ -19,6 +20,15 @@ {% include "tags.html" %} {% endblock %} + +
@@ -34,8 +44,8 @@
{% if show_disabled %} -
-
{% trans "Disabled" %}
+
+
{% trans "Available for install" %}
{% for item in menu_items %}