Sha256: 3b1a8fd6f0ceebd5dbbf478d5a95f9dd33669ee780bd21baec3616c2752c9390

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

- if alert
  .message.alert-box.alert
    .icon
    .text=raw flash[:alert]
- if notice
  .message.alert-box.info
    .icon
    .text=raw flash[:notice]
- if warnings.any?
  .message.alert-box.warning
    .icon
    .text
      ul
        - for warning in warnings
          - if warning.is_a?(Hash)
            li.warning= t("cmtool.warnings.#{warning.delete(:message)}", warning)
          - else
            li.warning= t("cmtool.warnings.#{warning}")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
couch_blog-0.6.0 app/views/couch_blog/admin/application/_alerts.html.slim