Sha256: 4166dcc20af4134d9842637a9d2c57eb1e32b19d7255da6b8e9ed5713acb5257

Contents?: true

Size: 683 Bytes

Versions: 2

Compression:

Stored size: 683 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/admin/login'
    = javascript_include_tag 'jquery'
    %title= I18n.t(:login, :scope => ['back_office', 'menu'])
  %body
    = yield
    = javascript_include_tag '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.5.rc2 app/views/layouts/admin_login.html.haml
forgeos_core-1.9.5.rc1 app/views/layouts/admin_login.html.haml