!!! 5 %html %head %title= content_for?(:title) ? yield(:title) : 'Ruby Cloud | Ruby Support | Engine Yard' %meta{:name => "description",:content => "#{content_for?(:description) ? yield(:description) : 'Learn why Engine Yard\'s managed Rails hosting, Rails deployment & 24/7/365 live service is the best'}"} %meta{:name => "keywords", :content => "#{content_for?(:keywords) ? yield(:keywords) : 'Ruby on Rails Fully-Managed Hosting, Scaling, Scaled, Cluster Slices, Cloud Computing, On-Demand Deployment, Merb, Rubinius, Open-Source Software'}"} %meta{'http-equiv' => "expires", :content =>"0"} =stylesheet_link_tag 'ey-theme' :plain =yield :head - unless Rails.env == 'development' || add_js != 'true' :plain %body{:id => content_for?(:body_id) ? yield(:body_id) : ''} #container .page .header - if add_navigation == 'true' %h1.branding =link_to(content_for?(:branding) ? yield(:branding) : 'Engine Yard, Inc.', '/') #search_form.grid_3.prefix_7 :plain
.grid_2 %button#utility Log in %div %ul %li= link_to('Login to Engine Yard Cloud','https://cloud.engineyard.com') %hr %li= link_to('Login to Orchestra PHP Cloud','http://my.orchestra.io') =render('shared/global_nav') #content =additional_header if additional_header.present?