Sha256: dfe99e00f6156b28b4ebb017a8de67f604bc0754061f69cc4fa60ff6a15cb641

Contents?: true

Size: 694 Bytes

Versions: 7

Compression:

Stored size: 694 Bytes

Contents

div.text-left[data-controller="signum-notification-drawer" data-action="mouseover->signum-notification-drawer#show mouseleave->signum-notification-drawer#hide"]
  button.signum-notification-drawer-button
    = "<i class='hidden #{Signum.config.icons[:unread_main]}' data-signum-notification-drawer-target='alertbellicon'></i>".html_safe
    = "<i class='#{Signum.config.icons[:read_main]}' data-signum-notification-drawer-target='bellicon'></i>".html_safe

    .signum-notification-drawer-tray.hidden[data-signum-notification-drawer-target="submenu" id="#{Signum.config.drawer_notifications_container_id.call}"]
      = render(Signum::NotificationDrawerItem::Component.with_collection(signals))

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
signum-0.5.1 app/components/signum/notification_drawer/component.html.slim
signum-0.5.0 app/components/signum/notification_drawer/component.html.slim
signum-0.4.13 app/components/signum/notification_drawer/component.html.slim
signum-0.4.12 app/components/signum/notification_drawer/component.html.slim
signum-0.4.11 app/components/signum/notification_drawer/component.html.slim
signum-0.4.10 app/components/signum/notification_drawer/component.html.slim
signum-0.4.8 app/components/signum/notification_drawer/component.html.slim