Sha256: 19ca5a877d128d0f6da20c26eec8c0787faf8e17fadc84100b72e1a9e38cb2db

Contents?: true

Size: 866 Bytes

Versions: 9

Compression:

Stored size: 866 Bytes

Contents

!!!
%html{ :xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => :en,  :lang => :en }
  %head
    %meta{ "http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
    %title= t(:crm_admin_page)
    == <!-- #{controller.controller_name} : #{controller.action_name} -->
    = stylesheet_link_tag :application
    = stylesheet_link_tag :print, :media => 'print'
    %style= yield :styles

    = javascript_include_tag :application
    = hook(:javascript_includes, self)

    %script{:type => "text/javascript"}= yield :javascript
    = csrf_meta_tag

  %body.admin
    = render "layouts/admin/header"
    = render "layouts/tabbed"
    = render "layouts/footer"
    %script{:type => "text/javascript"}
      = "crm.base_url = '#{Setting.base_url}';" unless Setting.base_url.blank?
      = get_browser_timezone_offset
      = yield :javascript_epilogue

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/layouts/admin/application.html.haml
fat_free_crm-0.12.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.12.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.12.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.11.4 app/views/layouts/admin/application.html.haml
fat_free_crm-0.11.3 app/views/layouts/admin/application.html.haml
fat_free_crm-0.11.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.11.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.11.0 app/views/layouts/admin/application.html.haml