From 66333421ff49d0ccb4d0bac79c12bed563206ff7 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 30 Nov 2022 14:23:53 -0700 Subject: [PATCH] cleanup blurb about what is searched --- openbsd.app.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openbsd.app.pl b/openbsd.app.pl index b319d6f..e623a7a 100755 --- a/openbsd.app.pl +++ b/openbsd.app.pl @@ -245,7 +245,8 @@ __DATA__ %= form_for '/' => begin %= search_field 'search', id => 'search', placeholder => 'Search', value => undef %= check_box 'current', role => "switch" - %= label_for 'switch' => 'Search -current' + %= label_for 'switch' => "Search -current" + (<%= $mtime %>) % end
@@ -298,7 +299,7 @@ __DATA__ @@ index.html.ep % layout 'default'; -

Welcome! Default search queries OpenBSD 7.2 package sets. You can search -current packages (from <%= $mtime %>) by toggling the '-current' checkbox.

+

Welcome! Default search queries OpenBSD 7.2 package sets.

@@ exception.html.ep % layout 'default';