From 1f5ddd9af71aec82b5ff5904d04254ffca3308ac Mon Sep 17 00:00:00 2001 From: smilerz Date: Sat, 6 Mar 2021 17:36:51 -0600 Subject: [PATCH] limit description in search to 2 lines --- cookbook/templates/recipes_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/templates/recipes_table.html b/cookbook/templates/recipes_table.html index ef3f5ef5a..46cd4a084 100644 --- a/cookbook/templates/recipes_table.html +++ b/cookbook/templates/recipes_table.html @@ -36,7 +36,7 @@ {{ rating|safe }} {%if row.record.description|length > 0 %} -

+

{{ row.cells.description }}

{% endif %}