Merge pull request #2338 from buddhamagnet/2307-private-inbox-bug

2307 private inbox bug
This commit is contained in:
Jonne Hass 2011-11-06 13:12:03 -08:00
commit 9a556f7cb2

View file

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