The "future" filter is back to have a "false" value

This commit is contained in:
echarp 2018-01-22 00:37:45 +01:00
parent 67d62c40fd
commit b2fc347303
1 changed files with 1 additions and 1 deletions

View File

@ -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