just don't show unread count in tooltip for now

This commit is contained in:
Connor Turland 2016-12-12 16:27:44 -05:00
parent f8e35e8643
commit 3228a890a4

View file

@ -78,7 +78,7 @@
<span id="notification_icon">
<%= link_to notifications_path, class: "notificationsIcon upperRightEl upperRightIcon #{user_unread_notification_count > 0 ? 'unread' : 'read'}" do %>
<div class="tooltipsUnder">
Notifications (<%= user_unread_notification_count %> unread)
Notifications
</div>
<% if user_unread_notification_count > 0 %>
<div class="unread-notifications-dot"></div>