tack2us/app/views/layouts/_error.html.erb

4 lines
106 B
Text
Raw Normal View History

2014-02-14 15:54:22 -05:00
<% flash.each do |key, value| %>
<%= content_tag(:div, value, class: "alert alert-#{key}") %>
<% end %>