Sha256: ccd7e8fc04f13afda4416623b8450f4c1869b1a39f241bc06bc48ba201fd76d3

Contents?: true

Size: 294 Bytes

Versions: 15

Compression:

Stored size: 294 Bytes

Contents

- if flash[:notice].present?
  javascript:
    $.jGrowl("#{flash[:notice]}", {theme: 'notice'})
- elsif flash[:success].present?
  javascript:
    $.jGrowl("#{flash[:success]}", {theme: 'success'})
- elsif flash[:alert].present?
  javascript:
    $.jGrowl("#{flash[:alert]}", {theme: 'error'})

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cm-admin-0.6.3 app/views/layouts/_flash_message.html.slim
cm-admin-0.6.2 app/views/layouts/_flash_message.html.slim
cm-admin-0.6.1 app/views/layouts/_flash_message.html.slim
cm-admin-0.6.0 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.9 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.8 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.7 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.6 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.5 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.4 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.3 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.2 app/views/layouts/_flash_message.html.slim
cm-admin-0.5.0 app/views/layouts/_flash_message.html.slim
cm-admin-0.4.4 app/views/layouts/_flash_message.html.slim
cm-admin-0.4.3 app/views/layouts/_flash_message.html.slim