Sha256: 1d013a305b532d1857670a7d52ed5ca13921ca341448ee4f7472faf03e39fb45

Contents?: true

Size: 1.67 KB

Versions: 2

Compression:

Stored size: 1.67 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{lang: I18n.locale, class: 'no-js'}
  %head
    %title= content_for?(:title) ? "#{yield(:title)} - <%= app_name.capitalize %>" : '<%= 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',
                          '//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css',
                          '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css',
                          media: 'all', 'data-turbolinks-track' => true
    = yield :head

  %body.login
    = render 'layouts/partials/warnings'
    .wrapper
      = 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

2 entries across 2 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/app/views/layouts/hq/login.html.haml.erb
cybele-1.9.1 templates/app/views/layouts/hq/login.html.haml.erb