Sha256: 3f064026b0fe601e646319f94330f7bfbb476f690602895f095d3a1b0ffec7fd

Contents?: true

Size: 343 Bytes

Versions: 5

Compression:

Stored size: 343 Bytes

Contents

-# - message = 'debugging info'
-# - kind    = :notice
-# - kind    = :error
- css_class = css_class << {error: 'alert-error', notice: 'alert-success'}[kind]
.message
  .alert.alert-info.alert-dismissible.fade.in(class=css_class.uniq.compact style=style)
    - if options[:with_close_bullet]
      = alert_close
    span(style=style)= message

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adminos-1.0.0.pre.rc.5 lib/generators/templates/install/auto/app/views/shared/helpers/_show_flash_alert.slim
adminos-1.0.0.pre.rc.4 lib/generators/templates/install/auto/app/views/shared/helpers/_show_flash_alert.slim
adminos-1.0.0.pre.rc.3 lib/generators/templates/install/auto/app/views/shared/helpers/_show_flash_alert.slim
adminos-1.0.0.pre.rc.2 lib/generators/templates/install/auto/app/views/shared/helpers/_show_flash_alert.slim
adminos-1.0.0.pre.rc.1 lib/generators/templates/install/auto/app/views/shared/helpers/_show_flash_alert.slim