From f89266ace88b489a6af48fa4ae749a0e159112b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 3 Jan 2014 16:42:30 -0200 Subject: No need to use fixed size font [ci skip] --- actionview/lib/action_view/helpers/date_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/date_helper.rb b/actionview/lib/action_view/helpers/date_helper.rb index 19035771a6..7b838e260c 100644 --- a/actionview/lib/action_view/helpers/date_helper.rb +++ b/actionview/lib/action_view/helpers/date_helper.rb @@ -172,10 +172,10 @@ module ActionView # * :date_separator - Specifies a string to separate the date fields. Default is "" (i.e. nothing). # * :start_year - Set the start year for the year select. Default is Date.today.year - 5if # you are creating new record. While editing existing record, :start_year defaults to - # current selected year minus 5. + # the current selected year minus 5. # * :end_year - Set the end year for the year select. Default is Date.today.year + 5 if # you are creating new record. While editing existing record, :end_year defaults to - # current selected year plus 5. + # the current selected year plus 5. # * :discard_day - Set to true if you don't want to show a day select. This includes the day # as a hidden field instead of showing a select field. Also note that this implicitly sets the day to be the # first of the given month in order to not create invalid dates like 31 February. -- cgit v1.2.3