Sha256: 9fb4475691bd3208180db47d5ac4a42417702b60bc10c4e26ea22e0dc34dbefe

Contents?: true

Size: 1.86 KB

Versions: 5

Compression:

Stored size: 1.86 KB

Contents

!!! 5
/[if IE 8]      <html class="no-js lt-ie10 lt-ie9" lang="en-us">
/[if IE 9]      <html class="no-js lt-ie10 lt-ie9" lang="en-us">
/[if lt IE 10]  <html class="no-js lt-ie10" lang="en-us">
%html.no-js{ lang: I18n.locale }
  %head
    %title
      - if content_for?(:title)
        = "#{yield(:title)} - <%= app_name.capitalize %>"
      - else
        = '<%= app_name.capitalize %>'
    %meta{ 'http-equiv': 'content-type', content: 'text/html', charset: 'utf-8' }
    %meta{ 'http-equiv': 'x-ua-compatible', content: 'ie=edge,chrome=1' }
    %meta{ name: 'description', content: '<%= app_name.capitalize %>' }
    %meta{ name: 'author', content: '<%= app_name.capitalize %>' }
    %meta{ content: 'initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width',
           name: 'viewport' }
    %meta{ name: 'viewport',
           content: 'initial-scale=1.0,user-scalable=no,maximum-scale=1',
           media: '(device-height: 568px)' }
    %meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }
    %meta{ name: 'apple-mobile-web-app-status-bar-style', content: 'translucent-black' }

    %link{ rel: 'shortcut icon', href: '/images/favicon.png' }

    / Stylesheets (Don't change include order)
    = stylesheet_link_tag 'hq/application',
                          media: 'all',
                          'data-turbolinks-track': 'reload'

    / Javascripts
    = javascript_include_tag '//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js',
                             'hq/application',
                             'data-turbolinks-track': 'reload'
    = yield :head

  %body.login
    = render 'layouts/partials/warnings'
    .wrapper
      .text-center
        = render partial: 'layouts/partials/messages'
      = yield

      %br/
      .text-center.text-muted
        = render partial: 'layouts/hq/partials/footer'
        = render file: 'public/VERSION.txt'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/views/layouts/hq/login.html.haml.erb
cybele-2.3.1 templates/app_files/app/views/layouts/hq/login.html.haml.erb
cybele-2.2.0 templates/app_files/app/views/layouts/hq/login.html.haml.erb
cybele-2.1.0 templates/app_files/app/views/layouts/hq/login.html.haml.erb
cybele-2.0.0 templates/app_files/app/views/layouts/hq/login.html.haml.erb