9 lines
263 B
Text
9 lines
263 B
Text
.subject
|
|
.badge.badge-dafault.message_count
|
|
= conversation.messages.size
|
|
- if unread_count > 0
|
|
.badge.badge-important.unread_message_count
|
|
= unread_count
|
|
|
|
%div{ :class => direction_for(conversation.subject) }
|
|
= conversation.subject[0..30]
|