VRFS-1350 update timestamps to use timeago
This commit is contained in:
parent
8e9bf41b10
commit
2525f86c4f
|
|
@ -76,7 +76,7 @@
|
|||
claimedRecordingId: claimedRecording.id,
|
||||
name: claimedRecording.name,
|
||||
genre: claimedRecording.genre_id.toUpperCase(),
|
||||
created_at: context.JK.formatDateTime(recording.created_at),
|
||||
created_at: $.timeago(recording.created_at),
|
||||
description: response.description ? response.description : "",
|
||||
play_count: recording.play_count,
|
||||
comment_count: recording.comment_count,
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
genre: response.genres.toUpperCase(),
|
||||
comment_count: response.comment_count,
|
||||
like_count: response.like_count,
|
||||
created_at: context.JK.formatDateTime(response.created_at),
|
||||
created_at: $.timeago(response.created_at),
|
||||
musicians: musicianHtml
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue