Cross Reference: timestamps.js.coffee
xref
: /
ontohub
/
app
/
assets
/
javascripts
/
timestamps.js.coffee
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
$
.fn.relatizeTimestamps
= ->
$(this).find(".timestamp").each ->
$this = $(this)
time = moment($
this.text
())
$
this.text
(
time.fromNow
()).attr "title",
time.format
("LLLL")
this
$ ->
# relatize all timestamps on load
$("body").relatizeTimestamps()