Sha256: 263c5683f094cdd5384ebef07d32574b522a599fce2f129a7c72470c77e238fb

Contents?: true

Size: 2 KB

Versions: 3

Compression:

Stored size: 2 KB

Contents

!!! 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
      <script src="http://use.typekit.com/cra4agv.js"></script>
      <script>try{Typekit.load();}catch(e){}</script>                                         
  
    =yield :head
  
    - unless Rails.env == 'development' || add_js != 'true'
      :plain
        <script type='text/javascript'>
          var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-764576-1'],['_setDomainName',".engineyard.com"],['_setAllowHash',false],['_setAllowAnchor',true],['_trackPageview']);(function() {var ga = document.createElement('script');ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';ga.setAttribute('async', 'true');document.documentElement.firstChild.appendChild(ga);})();    
        </script>
  
  %body{:id => content_for?(:body_id) ? yield(:body_id) : ''}
    #container
      .wrapper
        .header
          - if add_navigation == 'true'
            %h1.branding
              =link_to(content_for?(:branding) ? yield(:branding) : 'Engine Yard, Inc.', '/') 
            %ul.utility
              %li 
                = link_to 'Get Started', 'https://login.engineyard.com/signup'
                = link_to 'Sign In', 'https://cloud.engineyard.com', :class => 'signin'
            =render('shared/global_nav')
      .wrapper        
        #content
          =additional_header if additional_header.present?

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
engineyard-theme-2.2.7 app/views/engineyard-theme/_header.html.haml
engineyard-theme-2.2.6 app/views/engineyard-theme/_header.html.haml
engineyard-theme-2.2.5 app/views/engineyard-theme/_header.html.haml