Sha256: 26a803b14fef720a8fa2a2099fb7a2dd31fddf3ad4abe0bb8fd3f53c82b4ae3e

Contents?: true

Size: 468 Bytes

Versions: 5

Compression:

Stored size: 468 Bytes

Contents

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

  %title= title
  %body
    .application
      = yield

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cabbage_doc-0.0.7 web/views/layout.haml
cabbage_doc-0.0.6 web/views/layout.haml
cabbage_doc-0.0.5 web/views/layout.haml
cabbage_doc-0.0.4 web/views/layout.haml
cabbage_doc-0.0.3 web/views/layout.haml