mirror of
https://github.com/neocities/neocities.git
synced 2025-08-01 15:24:25 +02:00
event deleting
This commit is contained in:
parent
6277a94a5b
commit
a4a2b5165b
14 changed files with 105 additions and 31 deletions
7
ext/time.rb
Normal file
7
ext/time.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class Time
|
||||
alias_method :ago_original, :ago
|
||||
|
||||
def ago
|
||||
ago_original.downcase.gsub('right now, this very moment.', 'just now')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue