From de30558d5737946cf44d50d421409a70ce53bdab Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 17 Mar 2017 16:10:43 +0000 Subject: [PATCH] Only show find as you type if enough templates The find as you type only becomes useful once you have too many templates to quickly scan visually on the page. I reckon that 7 is the number where this starts becoming tricky. About 5 fit on the page without scrolling (on my Macbook). --- app/templates/views/templates/choose.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/templates/views/templates/choose.html b/app/templates/views/templates/choose.html index 6117bced3..a4f92ef11 100644 --- a/app/templates/views/templates/choose.html +++ b/app/templates/views/templates/choose.html @@ -47,14 +47,16 @@ {% endif %} -
- + {% endif %}