mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
display unread conversation ticker more prominently
This commit is contained in:
parent
790ee13a36
commit
a64f245985
1 changed files with 2 additions and 1 deletions
|
@ -31,11 +31,12 @@ header.header
|
|||
span.js-notification-ticker.fa__text.header__counter data-notification-count=notification_count = notification_count
|
||||
|
||||
a.header__link href="/conversations" title="Conversations"
|
||||
i.fa-embedded--message>
|
||||
= if @conversation_count > 0 do
|
||||
i.fa-embedded--unread--message>
|
||||
span.fa-embedded__text.header__counter
|
||||
= @conversation_count
|
||||
- else
|
||||
i.fa-embedded--message>
|
||||
span.fa-embedded__text.header__counter.hidden
|
||||
| 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue