diff --git a/app/views/conversations/_conversation.haml b/app/views/conversations/_conversation.haml index 564243354..c71580beb 100644 --- a/app/views/conversations/_conversation.haml +++ b/app/views/conversations/_conversation.haml @@ -19,7 +19,7 @@ .last_author .timestamp = t('ago', :time => time_ago_in_words(conversation.updated_at)) - - if not authors[conversation.id].nil? + - if authors[conversation.id].present? = authors[conversation.id].name - if conversation.participants.size > 2