summaryrefslogtreecommitdiff
path: root/chef-server-api/app/views/layout/chef_server_api.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'chef-server-api/app/views/layout/chef_server_api.html.haml')
-rw-r--r--chef-server-api/app/views/layout/chef_server_api.html.haml23
1 files changed, 23 insertions, 0 deletions
diff --git a/chef-server-api/app/views/layout/chef_server_api.html.haml b/chef-server-api/app/views/layout/chef_server_api.html.haml
new file mode 100644
index 0000000000..c7913fc491
--- /dev/null
+++ b/chef-server-api/app/views/layout/chef_server_api.html.haml
@@ -0,0 +1,23 @@
+!!! 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"
+ %body
+ #container
+ #header
+ %h1= link_to "Chef REST API", absolute_slice_url(:top)
+ #main-navigation
+ .clear
+ #wrapper
+ #main
+ = catch_content :for_layout
+ #footer
+ .block
+ %p Copyright © 2009 Opscode, Inc.
+ #sidebar
+ .block.notice#sidebar_block_notice= catch_content :sidebar_block_notice
+ .block#sidebar_block= catch_content :sidebar_block
+ .clear