Patch #4979 ยป 0018-Human-readable-time-for-the-issues.patch
app/helpers/queries_helper.rb | ||
---|---|---|
38 | 38 |
h(value) |
39 | 39 |
end |
40 | 40 |
when 'Time' |
41 |
return time_ago_in_words(value, true) if column.name == :updated_on |
|
41 | 42 |
format_time(value) |
42 | 43 |
when 'Date' |
43 | 44 |
format_date(value) |