# HG changeset patch # User Vincent Tondellier # Date 1482094426 -3600 # Node ID 56f9cb30ded9d448dc6d3e29c46dc70b20846af7 # Parent 8692800ec9ba21344ae38503c5770c1f1d3771f1 Also display search box on the index page diff -r 8692800ec9ba -r 56f9cb30ded9 lib/CrashTest/files/templates/layouts/_navbar.html.ep --- a/lib/CrashTest/files/templates/layouts/_navbar.html.ep Sun Dec 18 21:11:27 2016 +0100 +++ b/lib/CrashTest/files/templates/layouts/_navbar.html.ep Sun Dec 18 21:53:46 2016 +0100 @@ -22,7 +22,7 @@ % end - % if(current_route('groups') || current_route('reports')) { + % if(current_route('groups') || current_route('reports') || current_route('index')) {