fuel-ui/static/templates/common/notifications.html

6 lines
184 B
HTML

<% if (authenticated) { %>
<i class="icon-comment"></i>
<% if (notifications.length) { %>
<span class="badge badge-warning"><%= notifications.length %></span>
<% } %>
<% } %>