<%= viewport_meta_tag %> <%= content_for?(:title) ? yield(:title) : "Portfolio" %> <%= csrf_meta_tags %> <%= stylesheet_link_tag "application", :media => "all" %> <%#= 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 'portfolio/favicon.png', :rel => 'shortcut icon' %> <%= javascript_include_tag "application" %> <%= render 'portfolio/shared/admin_header' if admin_user_signed_in? %>
<%= bootstrap_flash %> <%= yield %>
<%= render 'portfolio/shared/footer' %>