Sha256: d0cbd910402731e20d90a064cfb486ba37ac2c4ab7a1c6ea9227a34e5cc323d1

Contents?: true

Size: 868 Bytes

Versions: 19

Compression:

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

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.15.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.16.4 app/views/layouts/admin/application.html.haml
fat_free_crm-0.14.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.15.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.16.3 app/views/layouts/admin/application.html.haml
fat_free_crm-0.16.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.16.1 app/views/layouts/admin/application.html.haml
fat_free_crm-0.16.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.15.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.15.0.beta.2 app/views/layouts/admin/application.html.haml
fat_free_crm-0.15.0.beta app/views/layouts/admin/application.html.haml
fat_free_crm-0.14.0 app/views/layouts/admin/application.html.haml
reduced_fat_crm-0.15.0.beta app/views/layouts/admin/application.html.haml
reduced_fat_crm-0.14.0 app/views/layouts/admin/application.html.haml
fat_free_crm-0.13.6 app/views/layouts/admin/application.html.haml
fat_free_crm-0.13.5 app/views/layouts/admin/application.html.haml
fat_free_crm-0.13.4 app/views/layouts/admin/application.html.haml
fat_free_crm-0.13.3 app/views/layouts/admin/application.html.haml