fix class name

This commit is contained in:
byte[] 2019-11-17 13:57:28 -05:00
parent a64f245985
commit 27a443bd2a

View file

@ -32,7 +32,7 @@ header.header
a.header__link href="/conversations" title="Conversations"
= if @conversation_count > 0 do
i.fa-embedded--unread--message>
i.fa-embedded--unread-message>
span.fa-embedded__text.header__counter
= @conversation_count
- else