diff options
Diffstat (limited to 'app/views/profile/_status_header.html.haml')
-rw-r--r-- | app/views/profile/_status_header.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/profile/_status_header.html.haml b/app/views/profile/_status_header.html.haml index e1c810088..225a89d71 100644 --- a/app/views/profile/_status_header.html.haml +++ b/app/views/profile/_status_header.html.haml @@ -4,5 +4,4 @@ = link_to status_url(status), class: 'time' do %span{ title: status.created_at } - = time_ago_in_words(status.created_at) - ago + = relative_time(status.created_at) |