<% if flash[:alert].present? %>
<%= flash[:alert].html_safe %>
<% end %> <% if flash[:notice].present? %>
<%= flash[:notice].html_safe %>
<% end %>