Sha256: 7fd10acf7c3b31cb5342cf6f29eeaf4045066028809a8dd9d75201cf22b77e46

Contents?: true

Size: 1.29 KB

Versions: 16

Compression:

Stored size: 1.29 KB

Contents

!!! XML
!!!
%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.3.2.min", "jquery.jeditable.mini", "jquery.livequery", "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
          - 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 Copyright © 2009 Opscode
        #sidebar
          .block.notice#sidebar_block_notice= catch_content :sidebar_block_notice
          .block#sidebar_block= catch_content :sidebar_block
        .clear

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
chef-server-webui-0.9.6 app/views/layout/login.html.haml
chef-server-webui-0.9.4 app/views/layout/login.html.haml
chef-server-webui-0.9.2 app/views/layout/login.html.haml
chef-server-webui-0.9.0 app/views/layout/login.html.haml
chef-server-webui-0.9.0.rc02 app/views/layout/login.html.haml
chef-server-webui-0.9.0.rc01 app/views/layout/login.html.haml
chef-server-webui-0.9.0.b02 app/views/layout/login.html.haml
chef-server-webui-0.9.0.b01 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a92 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a91 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a90 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a10 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a8 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a6 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a4 app/views/layout/login.html.haml
chef-server-webui-0.9.0.a3 app/views/layout/login.html.haml