diaspora/app/views/conversations/_conversation_subject.haml
Steffen van Bergerem a96611c259 use bootstrap labels
2013-12-16 00:46:55 +01:00

9 lines
263 B
Text

.subject
.label.label-dafault.message_count
= conversation.messages.size
- if unread_count > 0
.label.label-important.unread_message_count
= unread_count
%div{ :class => direction_for(conversation.subject) }
= conversation.subject[0..30]