From ea755eaea7171b5f93a66da3a7475b43ef827049 Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Tue, 17 Mar 2020 15:52:57 +0100 Subject: [PATCH] Change default date in preferences --- app/views/users/settings/account/preferences/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/settings/account/preferences/index.html.erb b/app/views/users/settings/account/preferences/index.html.erb index 2a1b84704..d38a44598 100644 --- a/app/views/users/settings/account/preferences/index.html.erb +++ b/app/views/users/settings/account/preferences/index.html.erb @@ -31,7 +31,7 @@ <%= select_tag "date-format-input-field", options_for_select( Constants::SUPPORTED_DATE_FORMATS.uniq.map{ |df| - ["#{l(Time.new(2014, 11, 6), format: :full_date, date_format: df)}", df] + ["#{l(Time.new(2019, 11, 25), format: :full_date, date_format: df)}", df] }, @user.settings[:date_format] ),{