just don't show unread count in tooltip for now
This commit is contained in:
parent
f8e35e8643
commit
3228a890a4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
<span id="notification_icon">
|
<span id="notification_icon">
|
||||||
<%= link_to notifications_path, class: "notificationsIcon upperRightEl upperRightIcon #{user_unread_notification_count > 0 ? 'unread' : 'read'}" do %>
|
<%= link_to notifications_path, class: "notificationsIcon upperRightEl upperRightIcon #{user_unread_notification_count > 0 ? 'unread' : 'read'}" do %>
|
||||||
<div class="tooltipsUnder">
|
<div class="tooltipsUnder">
|
||||||
Notifications (<%= user_unread_notification_count %> unread)
|
Notifications
|
||||||
</div>
|
</div>
|
||||||
<% if user_unread_notification_count > 0 %>
|
<% if user_unread_notification_count > 0 %>
|
||||||
<div class="unread-notifications-dot"></div>
|
<div class="unread-notifications-dot"></div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue