From 3228a890a4f4bf5b3e4586dba8741c73f3d43f0a Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 12 Dec 2016 16:27:44 -0500 Subject: [PATCH] just don't show unread count in tooltip for now --- app/views/layouts/_upperelements.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_upperelements.html.erb b/app/views/layouts/_upperelements.html.erb index e3a5ba50..7ef76bad 100644 --- a/app/views/layouts/_upperelements.html.erb +++ b/app/views/layouts/_upperelements.html.erb @@ -78,7 +78,7 @@ <%= link_to notifications_path, class: "notificationsIcon upperRightEl upperRightIcon #{user_unread_notification_count > 0 ? 'unread' : 'read'}" do %>
- Notifications (<%= user_unread_notification_count %> unread) + Notifications
<% if user_unread_notification_count > 0 %>