Sha256: ed0c0fea5a6e1b0e7158ac5f5cb7df6d17fd5a1a70cd81fe9c123f487ca5f4ed

Contents?: true

Size: 503 Bytes

Versions: 33

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

33 entries across 33 versions & 1 rubygems

Version Path
quby-5.6.5 app/views/quby/v1/layouts/content_only.html.haml
quby-5.6.3 app/views/quby/v1/layouts/content_only.html.haml
quby-5.6.2 app/views/quby/v1/layouts/content_only.html.haml
quby-5.6.1 app/views/quby/v1/layouts/content_only.html.haml
quby-5.6.0 app/views/quby/v1/layouts/content_only.html.haml
quby-5.5.0 app/views/quby/v1/layouts/content_only.html.haml
quby-5.4.0 app/views/quby/v1/layouts/content_only.html.haml
quby-5.3.1 app/views/quby/v1/layouts/content_only.html.haml
quby-5.3.0 app/views/quby/v1/layouts/content_only.html.haml
quby-5.2.0 app/views/quby/v1/layouts/content_only.html.haml
quby-5.1.3 app/views/quby/v1/layouts/content_only.html.haml
quby-5.1.2 app/views/quby/v1/layouts/content_only.html.haml
quby-5.1.1 app/views/quby/v1/layouts/content_only.html.haml
quby-5.1.0 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.5 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.4 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.3 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.2 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.1 app/views/quby/v1/layouts/content_only.html.haml
quby-5.0.0 app/views/quby/v1/layouts/content_only.html.haml