Sha256: b221be0e076e46a90cd781b5f567e172b3481f8b987c1928b7da366018264f6b

Contents?: true

Size: 914 Bytes

Versions: 1

Compression:

Stored size: 914 Bytes

Contents

%aside#notifications
  - if flash[:notice]
    .notification.animated.fadeInRight
      = icon('info')
      .notification-message
        = flash[:notice].html_safe
        %small= flash[:notice_small].try(:html_safe)
      = link_to '#', data: {close_notification: true} do
        = icon('cross')

  - if flash[:alert]
    .notification.notification-danger.animated.fadeInRight
      = icon('exclamation')
      .notification-message
        = flash[:alert].html_safe
        %small= flash[:alert_small].try(:html_safe)
      = link_to '#', data: {close_notification: true} do
        = icon('cross')

  - if flash[:success]
    .notification.notification-success.animated.fadeInRight
      = icon('large-check')
      .notification-message
        = flash[:success].html_safe
        %small= flash[:success_small].try(:html_safe)
      = link_to '#', data: {close_notification: true} do
        = icon('cross')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spina-0.10.0 app/views/spina/admin/shared/_notifications.html.haml