<% if flash[:error] %>
<%= flash[:error] %>
<% end %> <% if flash[:notice] %>
<%= flash[:notice] %>
<% end %>