mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 14:57:59 +01:00
fix class name
This commit is contained in:
parent
a64f245985
commit
27a443bd2a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ header.header
|
||||||
|
|
||||||
a.header__link href="/conversations" title="Conversations"
|
a.header__link href="/conversations" title="Conversations"
|
||||||
= if @conversation_count > 0 do
|
= if @conversation_count > 0 do
|
||||||
i.fa-embedded--unread--message>
|
i.fa-embedded--unread-message>
|
||||||
span.fa-embedded__text.header__counter
|
span.fa-embedded__text.header__counter
|
||||||
= @conversation_count
|
= @conversation_count
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Reference in a new issue