Sha256: cf766b5637f1e348391da907686f9bacc386b8aee1ac4c0751829d41d85ab50c

Contents?: true

Size: 1.34 KB

Versions: 70

Compression:

Stored size: 1.34 KB

Contents

!!! XML
!!! 5
%html
  %head
    %meta{ "http-equiv" => "content-type", :content => "text/html; charset=utf-8" }
    %title Chef Server
    = css_include_tag "base", "themes/djime-cerulean/style", "chef", "/facebox/facebox.css", "jquery-ui-1.7.1.custom", "jquery.treeTable"
    = js_include_tag "jquery-1.5.2.min", "jquery.jeditable.mini", "jquery.localscroll", "jquery.scrollTo", "jquery.tools.min"
    = js_include_tag "/facebox/facebox.js"
    = js_include_tag "jquery-ui-1.7.1.custom.min"
    = js_include_tag "jquery.treeTable.min"
    = js_include_tag "chef"
        
  %body
    #container
      #header
        %h1= link_to "Chef Server", url(:top)
      #wrapper
        #main.loginPage
          - unless message.empty?
            .block#block-messages
              .content
                %h2.title Messages
                .inner
                  .flash
                    - message.each do |type, msg|
                      %div{:class => "message #{type}"}
                        %p= msg             
          = catch_content :for_layout
          #footer
            .block
              %p= "Version #{chef_version} — Copyright © 2009-#{Time.now.year} Opscode"
        #sidebar
          .block.notice#sidebar_block_notice= catch_content :sidebar_block_notice
          .block#sidebar_block= catch_content :sidebar_block
        .clear

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
chef-server-webui-10.30.4 app/views/layout/login.html.haml
chef-server-webui-10.30.2 app/views/layout/login.html.haml
chef-server-webui-10.30.2.rc.0 app/views/layout/login.html.haml
chef-server-webui-10.30.0.rc.2 app/views/layout/login.html.haml
chef-server-webui-10.30.0.rc.1 app/views/layout/login.html.haml
chef-server-webui-10.30.0.rc.0 app/views/layout/login.html.haml
chef-server-webui-10.28.0 app/views/layout/login.html.haml
chef-server-webui-10.28.0.rc.0 app/views/layout/login.html.haml
chef-server-webui-10.26.0 app/views/layout/login.html.haml
chef-server-webui-10.26.0.beta.0 app/views/layout/login.html.haml
chef-server-webui-10.24.4 app/views/layout/login.html.haml
chef-server-webui-10.24.0 app/views/layout/login.html.haml
chef-server-webui-10.24.0.rc.2 app/views/layout/login.html.haml
chef-server-webui-10.24.0.rc.1 app/views/layout/login.html.haml
chef-server-webui-10.24.0.rc.0 app/views/layout/login.html.haml
chef-server-webui-10.22.0 app/views/layout/login.html.haml
chef-server-webui-10.22.0.rc.0 app/views/layout/login.html.haml
chef-server-webui-10.20.0 app/views/layout/login.html.haml
chef-server-webui-10.18.4.rc.2 app/views/layout/login.html.haml
chef-server-webui-10.18.4.rc.1 app/views/layout/login.html.haml