Sha256: 4ba6968d15f6c5d011ccce62bfb745909c7a70463222213376c9dcd8f50eabac

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

doctype 5
html lang="pt"
  head
    meta charset="utf-8"
    meta name="keywords" content=""
    meta name="description" content=""

    title
      = page_title(app_name: 'example')

    link href="/favicon.ico" rel=("shortcut icon")
    link rel="author" href="/humans.txt"

    = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
    = javascript_include_tag 'application', 'data-turbolinks-track' => true
    = csrf_meta_tags

    /![if lt IE 9]
      script src="http://html5shim.googlecode.com/svn/trunk/html5.js"

  body class=body_class
    = render 'flash_messages'
    = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.17 lib/pah/files/app/views/layouts/application.html.slim
pah-0.0.16 lib/pah/files/app/views/layouts/application.html.slim