cefa739c02f4c58b6a876ef867bb27a8cd633dca
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / dlux / dlux-web / src / common / topbar / notifications.tpl.html
1 <li class="dropdown">
2     <a data-toggle="dropdown" class="dropdown-toggle" href="">
3         <i class="icon-bell-alt icon-animated-bell"></i>
4         <span class="badge badge-important">{{ notifs.count }}</span>
5     </a>
6     <ul class="dropdown-menu dropdown-alerts">
7         <li ng-repeat="notif in notifs.latest">
8             <a href="#">
9                 
10                 <div>
11                     <i class="btn btn-xs no-hover {{notif.iconClass}} {{notif.icon}}"></i>{{notif.title}}
12                     <span class="pull-right text-muted small">4 minutes ago</span>                 
13                 </div>
14             </a>
15         </li>
16
17
18         <li>
19             <a href="#" class="text-center">
20                 <strong>See all notifications</strong>
21                 <i class="icon-arrow-right"></i>
22             </a>
23         </li>
24     </ul>
25 </li>