mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-08 09:55:05 +00:00
13 lines
521 B
HTML
13 lines
521 B
HTML
<a href="#" id="notifications-dropdown" class="dropdown-toggle" data-toggle="dropdown" data-bypass="true">
|
|
<i class="icon-bell icon-white"></i>
|
|
{% if user.is_authenticated %}
|
|
<span id="notification-surround" class="notification-surround">
|
|
<span class="badge notif-background badge-important" id="notification-count">
|
|
</span>
|
|
</span>
|
|
{% endif %}
|
|
</a>
|
|
<ul class="dropdown-menu notifications-dropdown" id="notif_list_node">
|
|
<li class="nav-header">Notifications</li>
|
|
</ul>
|