<% if flash[:error].present? -%>
INFO: <%= flash[:error] %>
<% end -%> <%= render :partial=>"form" %>
<%= link_to 'Back', alerts_path %>