Sha256: f0071a332a3b5dc01bf47be8aee7b70d4c15268e1451fbe4a35726c8c1979a3d

Contents?: true

Size: 850 Bytes

Versions: 13

Compression:

Stored size: 850 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

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.22.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.21.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.20.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.20.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.19.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.19.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.18.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.17.3 app/views/layouts/admin/application.html.haml
fat_free_crm-0.18.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.18.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.17.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.17.1 app/views/layouts/admin/application.html.haml