From 8bbe4a6aee1ebddbaa0c018d4499abb0588e9dff Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 28 Apr 2026 21:25:41 +0100 Subject: [PATCH] appview/pages: show view-more in vouch suggestions component Signed-off-by: oppiliappan --- .../timeline/fragments/vouchSuggestions.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/appview/pages/templates/timeline/fragments/vouchSuggestions.html b/appview/pages/templates/timeline/fragments/vouchSuggestions.html index 7f0ba967..45a80257 100644 --- a/appview/pages/templates/timeline/fragments/vouchSuggestions.html +++ b/appview/pages/templates/timeline/fragments/vouchSuggestions.html @@ -1,10 +1,15 @@ {{ define "timeline/fragments/vouchSuggestions" }} {{ if and .LoggedInUser .VouchSuggestions }}
-

- {{ i "shield-plus" "size-5 flex-shrink-0" }} - Suggested -

+
+

+ {{ i "shield-plus" "size-5 flex-shrink-0" }} + Suggested +

+ + view all {{ i "arrow-right" "size-3.5" }} + +
{{ range .VouchSuggestions }}
-- 2.51.2