<%= csrf_meta_tags %> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag 'https://www.google.com/jsapi' %> <%= favicon_link_tag 'apple-touch-icon-144x144-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '144x144' %> <%= favicon_link_tag 'apple-touch-icon-114x114-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '114x114' %> <%= favicon_link_tag 'apple-touch-icon-72x72-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '72x72' %> <%= favicon_link_tag 'apple-touch-icon-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png' %> <%= favicon_link_tag 'favicon.ico', :rel => 'shortcut icon' %>
<% if content_for?(:hero) then %> <%= content_tag :div, :class => "hero-unit" do %> <%= yield(:hero) %> <% end %> <% end %> <% if content_for?(:page_header) then %> <%= content_tag :div, :class => "page-header" do %> <%= yield(:page_header) %> <% end %> <% end %> <%= yield %>
<% unless user_signed_in? then %> <%- if controller_name == 'sessions' %> <% end %> <%- if controller_name == 'registrations' %> <% end %> <% end %>
<%= javascript_include_tag "application" %>