Sha256: c2caa68f3f3b14e0b8b17e15e68d99a2b0e092db1fd6c9bda60b795b43d0e11b

Contents?: true

Size: 1.25 KB

Versions: 10

Compression:

Stored size: 1.25 KB

Contents

- # The header files should only include non blocking files such a CSS
- # Any javascript should go to the _footer_files partial
- # WARNING: modifying this file will modify all layouts/pages

= favicon_link_tag image_path("favicon.ico")
= favicon_link_tag image_path("favicon-touch.png"), :rel => 'apple-touch-icon', :type => 'image/png'

- # Main CSS file: 'application' (default), 'application_landing_page'
= stylesheet_link_tag 'application'

- # Load fonts
//%link{ href: "//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic", rel: "stylesheet", type: "text/css" }

- # Load Font Awesome
//%link{ href: "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css", rel: "stylesheet"}

- # Cross Forgery Protection
= csrf_meta_tag

- # Time offset between client and server
//= render 'layouts/time_difference'

- # Country code of current visitor
//= render 'layouts/current_visitor_country_code'

- if MnoEnterprise.style.design.material
  %link{ href: "//ajax.googleapis.com/ajax/libs/angular_material/0.9.0/angular-material.min.css", rel: "stylesheet", type: "text/css" }

/[if lt IE 9]
  %script(src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js")
  %script(src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js")

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.8 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.7 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.6 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.5 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.4 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.3 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.2 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.1 app/views/layouts/mno_enterprise/_header_files.html.haml
mno-enterprise-frontend-2.0.0 app/views/layouts/mno_enterprise/_header_files.html.haml