mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 08:34:08 +01:00
fix test regression
This commit is contained in:
parent
bafd55cf09
commit
8ea417c792
2 changed files with 3 additions and 5 deletions
|
|
@ -361,7 +361,7 @@ module TodosHelper
|
|||
def show_date(d)
|
||||
return "" if d == nil
|
||||
|
||||
days = days_from_today(d)
|
||||
days = DueDateHelper::DueDateView.days_from_today(d)
|
||||
|
||||
case days
|
||||
# overdue or due very soon! sound the alarm!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue