Sha256: ec1ec51f1ff6f6e2e2c02c2e55676e8dc0fb4c73de180e04f7b4069689b4f104
Contents?: true
Size: 886 Bytes
Versions: 14
Compression:
Stored size: 886 Bytes
Contents
!!! 5 %html(lang="en") %head %meta(charset="utf-8") %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) : "<%= config[:app_name] %>" = csrf_meta_tags / Le HTML5 shim, for IE6-8 support of HTML elements /[if lt IE 9] = javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js" = stylesheet_link_tag "<%= config[:theme_name] %>", :media => "all" = yield(:page_stylesheet) if content_for?(:page_stylesheet) %body = yield / Javascripts \================================================== / Placed at the end of the document so the pages load faster = javascript_include_tag "<%= config[:theme_name] %>" = yield(:page_javascript) if content_for?(:page_javascript)
Version data entries
14 entries across 14 versions & 1 rubygems