/ Published in: Other
Expand |
Embed | Plain Text
<% unless flash.blank? %> <div id="flash"> <% flash.each do |key, msg| %> <%= content_tag(:div, msg, :id => key) %> <% end %> </div> <% end %>
You need to login to post a comment.
<% unless flash.blank? %> <div id="flash"> <% flash.each do |key, msg| %> <%= content_tag(:div, msg, :id => key) %> <% end %> </div> <% end %>
You need to login to post a comment.