Sha256: 29610b801b4250c1bbbf2007855ecfca1e672222cd10e1a4f40f05e3117343ae

Contents?: true

Size: 329 Bytes

Versions: 4

Compression:

Stored size: 329 Bytes

Contents

!!!
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title Dummy
    = csrf_meta_tags
    = stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload'
    = javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
  %body
    = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gorg_engine-1.2.4 test/dummy/app/views/layouts/application.html.haml
gorg_engine-1.2.3 test/dummy/app/views/layouts/application.html.haml
gorg_engine-1.2.0 test/dummy/app/views/layouts/application.html.haml
gorg_engine-1.1.0 test/dummy/app/views/layouts/application.html.haml