Sha256: 73c89ed8284d8b442c59c47fe05dcd60f24c6c6ab69d0770662e56d85290cd6d

Contents?: true

Size: 406 Bytes

Versions: 2

Compression:

Stored size: 406 Bytes

Contents

!!!
%html
  %head
    %link{ rel: :stylesheet, href: theme_path, type: 'text/css' }
    %link{ rel: :stylesheet, href: asset_path('css/styles.css'), type: 'text/css' }
    %script{ src: asset_path('js/jquery-1.12.3.min.js'), type: 'text/javascript' }
    %script{ src: asset_path('js/application.js'), type: 'text/javascript' }

  %title= title
  %body
    .application
      = preserve do
        = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cabbage_doc-0.1.4 web/views/layout.haml
cabbage_doc-0.1.3 web/views/layout.haml