From b2fc34730306a74a73372121bc35fe813e8118bf Mon Sep 17 00:00:00 2001 From: echarp Date: Mon, 22 Jan 2018 00:37:45 +0100 Subject: [PATCH] The "future" filter is back to have a "false" value --- app/views/pages/filter.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pages/filter.haml b/app/views/pages/filter.haml index c7c36bab..2a2bcfad 100644 --- a/app/views/pages/filter.haml +++ b/app/views/pages/filter.haml @@ -31,7 +31,7 @@ .field.future = label_tag :future, t('.past') - = check_box_tag :future + = check_box_tag :future, 'false' %span.helper= t '.past_helper' .field.iframe