From 77474b214ae9d0ba4032a8ddb720d5d6ab7e1b41 Mon Sep 17 00:00:00 2001 From: buddhamagnet Date: Sun, 6 Nov 2011 18:08:51 +0000 Subject: [PATCH] added translateable text to inbox thread times --- app/views/conversations/_conversation.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conversations/_conversation.haml b/app/views/conversations/_conversation.haml index c80184cd0..bf1622765 100644 --- a/app/views/conversations/_conversation.haml +++ b/app/views/conversations/_conversation.haml @@ -18,7 +18,7 @@ .last_author .timestamp - = time_ago_in_words(conversation.updated_at) + = time_ago_in_words(conversation.updated_at) + ' ' + t('past') = authors[conversation.id].name - if conversation.participants.size > 2