added translateable text to inbox thread times
This commit is contained in:
parent
a1eee6e90f
commit
77474b214a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
.last_author
|
.last_author
|
||||||
.timestamp
|
.timestamp
|
||||||
= time_ago_in_words(conversation.updated_at)
|
= time_ago_in_words(conversation.updated_at) + ' ' + t('past')
|
||||||
= authors[conversation.id].name
|
= authors[conversation.id].name
|
||||||
|
|
||||||
- if conversation.participants.size > 2
|
- if conversation.participants.size > 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue