From a64f2459851ad45a1824bb49240b15e5c0608f7e Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Sun, 17 Nov 2019 13:56:40 -0500 Subject: [PATCH] display unread conversation ticker more prominently --- lib/philomena_web/templates/layout/_header.html.slime | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/philomena_web/templates/layout/_header.html.slime b/lib/philomena_web/templates/layout/_header.html.slime index cfd0e80e..bbfb99bb 100644 --- a/lib/philomena_web/templates/layout/_header.html.slime +++ b/lib/philomena_web/templates/layout/_header.html.slime @@ -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