<%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>
<%- # :alert used by devise -%> <% [:error, :alert].each do |key| %> <% if flash[key] %>
<%= flash[key] %>
<% end %> <% end %> <% if flash[:notice] %>
<%= flash[:notice] %>
<% end %> <%= yield %>