Sha256: e37ad6f58cb07a03bdc609054629330368cb61ddd4f398df267eb9991b47b907
Contents?: true
Size: 1.24 KB
Versions: 10
Compression:
Stored size: 1.24 KB
Contents
!!! = html_tag class: 'no-js', lang: 'en' %head %meta{:charset => 'UTF-8'} %meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"} = display_meta_tags site: 'Sitename', keywords: '', description: 'Website description', separator: '|', reverse: true %meta{content: "PixelForce Systems", :name => "author"} %meta{:content => "Copyright Sitename #{Date.today.year}. All Rights Reserved.", :name => "Copyright"} %meta{:content => "width=640", :name => "viewport"} %link{:href => "/favicon.ico", :rel => "shortcut icon"} %link{:href => "http://fonts.googleapis.com/css?family=Roboto:400,700,300", :rel => "stylesheet", :type => "text/css"} %link{:href => "http://fonts.googleapis.com/css?family=Roboto+Condensed:300,700", :rel => "stylesheet", :type => "text/css"} = stylesheet_link_tag :application, media: 'all' = csrf_meta_tags /[if lt IE 9] <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> %body{ :class => controller.controller_name } #main-content .container = render 'application/header' = yield = render 'application/footer' = javascript_include_tag :application = yield :js
Version data entries
10 entries across 10 versions & 1 rubygems