Sha256: 1f505f14006c9a9c2180ce87cf732ad2a6ba5bfc6953a6c472295a5981094444

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 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' }

  %title= title
  %body
    .page
      .title
        %h1=title
        %a{href: '/'}="< Back"
      .body
        = preserve do
          = yield

Version data entries

2 entries across 2 versions & 1 rubygems

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