amended view to pass in time to translated string for private inbox thread time display

This commit is contained in:
buddhamagnet 2011-11-06 18:47:51 +00:00
parent e9b1f35484
commit d8a22da275
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@
.last_author
.timestamp
= time_ago_in_words(conversation.updated_at) + ' ' + t('past')
= t('ago', :time => time_ago_in_words(conversation.updated_at))
= authors[conversation.id].name
- if conversation.participants.size > 2

View file

@ -20,7 +20,6 @@ en:
undo: "Undo?"
or: "or"
ago: "%{time} ago"
past: "ago"
username: "Username"
email: "Email"
password: "Password"