Sha256: 220783986d505978b9aa46c47eb7a6c8a5e563212a0dfb8e3beb9d1e8f4c30e4

Contents?: true

Size: 805 Bytes

Versions: 2

Compression:

Stored size: 805 Bytes

Contents

!!! XML
!!! 5
%html{ 'xml:lang' => I18n.locale, :xmlns => 'http://www.w3.org/1999/xhtml' }
  %head
    %meta{ :content => 'text/html; charset=utf-8', 'http-equiv' => 'Content-Type' }
    %link{ :href => '/assets/forgeos/admin/favicon.gif', :rel => 'shortcut icon', :type => 'image/gif' }
    = stylesheet_link_tag 'forgeos/960', 'forgeos/admin/login'
    = javascript_include_tag 'jquery'
    %title= I18n.t(:login, :scope => ['back_office', 'menu'])
  %body
    = yield
    = javascript_include_tag 'forgeos/admin/functions/forgeos_core/notifications', 'forgeos/admin/inits/forgeos_core/clicks', :cache => 'forgeos/admin/login'
    :javascript
      window._forgeos_js_vars = {
       "locale": '#{I18n.locale}'
      }
      jQuery(document).ready(function(){
        display_notifications();
      });

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_core-1.9.4 app/views/layouts/admin_login.html.haml
forgeos_core-1.9.3 app/views/layouts/admin_login.html.haml