Fix visible HTML tags in mobile flash

This commit is contained in:
Dan Rice 2012-10-25 21:24:04 -04:00
parent 8c56444f96
commit ff4d639142

View file

@ -3,7 +3,7 @@
<h4 id="flash" class="alert" style="display:none"></h4>
<% else -%>
<% flash.each do |key,value| -%>
<h4 id="flash" class='alert <%= key %>'><%= value %></h4>
<h4 id="flash" class='alert <%= key %>'><%= value.html_safe %></h4>
<% end -%>
<% end -%>
</div>
</div>