Sha256: 009101711bf9c0a454e512e0f4c59ac55a8170cb22d143a07c881d2979a275e5

Contents?: true

Size: 415 Bytes

Versions: 25

Compression:

Stored size: 415 Bytes

Contents

%aside#notifications
  - if flash[:notice]
    .notification{data: {icon: 'L'}}
      %p
        =t 'spina.notifications.information'
        %small= flash[:notice]

  - if content_for?(:notification_alert)
    = yield(:notification_alert)

  - else
    - if flash[:alert]
      .notification.notification-error{data: {icon: 'm'}}
        %p 
          =t 'spina.notifications.alert'
          %small= flash[:alert]

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
spina-0.9.0 app/views/spina/admin/shared/_notifications.html.haml
spina-0.8.3 app/views/spina/admin/shared/_notifications.html.haml
spina-0.8.2 app/views/spina/admin/shared/_notifications.html.haml
spina-0.8.1 app/views/spina/admin/shared/_notifications.html.haml
spina-0.8.0 app/views/spina/admin/shared/_notifications.html.haml
spina-0.7.3 app/views/spina/admin/shared/_notifications.html.haml
spina-0.7.2 app/views/spina/admin/shared/_notifications.html.haml
spina-0.7.0 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.29 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.28 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.27 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.26 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.25 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.24 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.23 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.22 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.21 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.20 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.19 app/views/spina/admin/shared/_notifications.html.haml
spina-0.6.18 app/views/spina/admin/shared/_notifications.html.haml