<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= favicon_link_tag "favicon.ico" %> <%= favicon_link_tag "favicon-16.png", type: "image/png", size: "16x16" %> <%= favicon_link_tag "favicon-32.png", type: "image/png", size: "32x32" %> <%= favicon_link_tag "favicon-48.png", type: "image/png", size: "48x48" %> <%= csrf_meta_tags %> <%= render "shared/navigation" %>
<% if flash[:success] %>
<%= flash[:success].html_safe %>
<% end %> <% if notice %>
<%= notice %>
<% end %> <% if alert or flash[:error]%>
<%= alert || flash[:error].html_safe %>
<% end %>
"> <%= yield :content %>