Sha256: ed0c0fea5a6e1b0e7158ac5f5cb7df6d17fd5a1a70cd81fe9c123f487ca5f4ed

Contents?: true

Size: 503 Bytes

Versions: 34

Compression:

Stored size: 503 Bytes

Contents

-# frozen_string_literal: true
!!!HTML5
#content
  .flash
    - if flash[:error]
      .error= flash[:error]
    - if flash[:alert]
      .alert= flash[:alert]
    - if flash[:notice]
      .notice= flash[:notice]
    - if flash[:success]
      .success= flash[:success]
  = yield
  .flash
    - if flash[:error]
      .error= flash[:error]
    - if flash[:alert]
      .alert= flash[:alert]
    - if flash[:notice]
      .notice= flash[:notice]
    - if flash[:success]
      .success= flash[:success]

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
quby-5.0.0 app/views/quby/v1/layouts/content_only.html.haml
quby-4.0.4 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.0.pre4 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.0.pre3 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.0.pre2 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.0.pre1 app/views/quby/v1/layouts/content_only.html.haml
quby-4.0.3 app/views/quby/v1/layouts/content_only.html.haml
quby-4.0.2 app/views/quby/v1/layouts/content_only.html.haml
quby-4.0.1 app/views/quby/v1/layouts/content_only.html.haml
quby-4.0.0 app/views/quby/v1/layouts/content_only.html.haml
quby-3.2.2 app/views/quby/v1/layouts/content_only.html.haml
quby-3.2.1 app/views/quby/v1/layouts/content_only.html.haml
quby-3.2.0 app/views/quby/v1/layouts/content_only.html.haml
quby-3.2.0.pre.pre1 app/views/quby/v1/layouts/content_only.html.haml