From 18f606d23d756e725c6b97f766a7dcbab4229375 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 16 Dec 2021 18:56:23 +0100 Subject: Better indication if list items have been omitted --- templates/layouts/categorized_list.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 7bbfd8c..2f61f18 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -8,10 +8,7 @@ $body$ $for(list)$
$if(it.description)$ @@ -29,6 +26,13 @@ $body$ $it.items:partials/list_card()$ $endif$ + $if(it.omitted)$ + + $endif$
$endfor$ -- cgit v1.2.3-54-g00ecf