Sha256: 732af54b6d2da6049f8a5f30d05662263b979f8a12be7309045d1e90594bdb79

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

%meta{ :charset => "utf-8" }/

-# Always force latest IE rendering engine (even in intranet) & Chrome Frame
-# Remove this if you use the .htaccess
%meta{ "http-equiv" => "X-UA-Compatible", :content => "IE=edge,chrome=1" }/

-# Allow views to modify title if desired
%title
  - if content_for? :page_title
    = yield :page_title
    |
  - elsif content_for? :title
    = yield :title
    |
  = product_title

-#%meta{ :name => "description", :content => "" }/
-#%meta{ :name => "author", :content => "" }/

-# Mobile viewport optimized: j.mp/bplateviewport
%meta{ :name => "viewport", :content => "width=device-width, initial-scale=1.0" }/

%link{ :rel => "shortcut icon", :type => "image/png", :href => image_path('favicon-32.png') }

-# Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons

-# Pass in a stylesheet_partial to render inside your head
- if local_assigns[:stylesheet_partial]
  = render :partial => local_assigns[:stylesheet_partial]

-# All JavaScript at the bottom, except for Modernizr and Respond.
-# Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
= javascript_include_tag 'modernizr.min'

= csrf_meta_tag

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openshift-origin-console-1.3.4 app/views/layouts/_head.html.haml
openshift-origin-console-1.3.3 app/views/layouts/_head.html.haml
openshift-origin-console-1.3.2 app/views/layouts/_head.html.haml