Sha256: 4f5f65b4a4a43ae1d41860f37940e3d4ffbefda40a91c38bcc3f351d33e533b2
Contents?: true
Size: 896 Bytes
Versions: 12
Compression:
Stored size: 896 Bytes
Contents
%head %meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/ %meta{"http-equiv" => "X-UA-Compatible", content: "IE=Edge,chrome=1"} %meta{name: "viewport", content: "width=device-width, initial-scale=1.0"}/ %title= content_for?(:title) ? yield(:title) : t(:web_name) %meta{name: "description", content: content_for?(:description) ? yield(:description) : t(:web_name)}/ %meta{name: "keywords", content: yield(:keywords)}/ -# %link{href: image_path("favicon.ico"), rel: "shortcut icon"} / Le HTML5 shim, for IE6-8 support of HTML elements /[if lt IE 9] %script{src: "//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js", type: "text/javascript"} = stylesheet_link_tag "application", :media => "all", "data-turbolinks-track" => true = javascript_include_tag "application", "data-turbolinks-track" => true = csrf_meta_tags = yield(:head)
Version data entries
12 entries across 6 versions & 1 rubygems