Files
cartodb/lib/assets/javascripts/dashboard/components/dashboard-header/notifications/templates/user-notifications.tpl
2020-06-15 10:58:47 +08:00

6 lines
195 B
Smarty

<i class="UserNotifications-Icon CDB-IconFont CDB-IconFont-alert"></i>
<% if (notificationsCount > 0) { %>
<span class="Badge UserNotifications-badge"><%- notificationsCount %></span>
<% } %>