From 58b2d8ece5b38dc55a18a2d2ebc5b98ce1aaf507 Mon Sep 17 00:00:00 2001
From: mrilyew <99399973+mrilyew@users.noreply.github.com>
Date: Fri, 23 May 2025 22:45:32 +0300
Subject: [PATCH] fix: move all apps to search

---
 Web/Presenters/templates/Apps/List.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Web/Presenters/templates/Apps/List.xml b/Web/Presenters/templates/Apps/List.xml
index fbf4c6cc..c7550ffb 100644
--- a/Web/Presenters/templates/Apps/List.xml
+++ b/Web/Presenters/templates/Apps/List.xml
@@ -16,7 +16,7 @@
 
 {block tabs}
     <div n:attr="id => ($act === 'list' ? 'activetabs' : 'ki')" class="tab">
-        <a n:attr="id => ($act === 'list' ? 'act_tab_a' : 'ki')" href="?act=list">{_all_apps}</a>
+        <a n:attr="id => ($act === 'list' ? 'act_tab_a' : 'ki')" href="/search?q=&section=apps">{_all_apps}</a>
     </div>
 
     <div n:attr="id => ($act === 'installed' ? 'activetabs' : 'ki')" class="tab">