Sha256: 1e8411cf78b1e50d9bab474b4f9bf30d6932e78d250b4854762d844c0b2a8e9c
Contents?: true
Size: 646 Bytes
Versions: 20
Compression:
Stored size: 646 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"> <% notifications.each do |it| %> <li> <%= notification_preview_for it.target %> </li> <% end %> </ul> </div>
Version data entries
20 entries across 20 versions & 1 rubygems