Sha256: 36551b0b9f2acd2520f684645a633b325d9aa1e950e3b9305221fe906760ff2e

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

doctype html
html
  head
    title Comable
    = stylesheet_link_tag "comable/application", media: "all"
    = javascript_include_tag "comable/application"
    = csrf_meta_tags
  body
    - flash.each do |name, msg|
      = content_tag(:div, msg, id: "flash_#{name}")
    == yield

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
comable_frontend-0.1.0 app/views/layouts/comable/application.slim
comable-0.0.3 app/views/layouts/comable/application.slim
comable-0.0.2 app/views/layouts/comable/application.slim
comable-0.0.1 app/views/layouts/comable/application.slim