Merge pull request #2338 from buddhamagnet/2307-private-inbox-bug
2307 private inbox bug
This commit is contained in:
commit
9a556f7cb2
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)
|
= t('ago', :time => time_ago_in_words(conversation.updated_at))
|
||||||
= authors[conversation.id].name
|
= authors[conversation.id].name
|
||||||
|
|
||||||
- if conversation.participants.size > 2
|
- if conversation.participants.size > 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue