Sha256: 91ea2651d7b8cde5cb3c4e84fc65c0b6d4cefe234b349553d7e3a681cc52ea96
Contents?: true
Size: 644 Bytes
Versions: 19
Compression:
Stored size: 644 Bytes
Contents
<div class="dropdown mu-navbar-element notifications-box <%= 'd-none' unless has_notifications? %>"> <div id="notificationsDropdown" class="profile-dropdown" data-bs-toggle="dropdown" aria-label="<%= t(:notifications) %>" role="menu" tabindex="0"> <i class="fas fa-bell fa-fw fa-2x mu-navbar-icon"></i> <span class="badge badge-notifications"><%= notifications_count %></span> </div> <ul id="notificationsPanel" class="dropdown-menu dropdown-menu-end" aria-labelledby="notificationsDropdown"> <% user_notifications.each do |it| %> <li> <%= notification_preview_for it %> </li> <% end %> </ul> </div>
Version data entries
19 entries across 19 versions & 1 rubygems