Skip to content

Commit

Permalink
fix devise issue with flash see heartcombo/devise#1777
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 8, 2016
1 parent f1dfa61 commit 2f30197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/_messages.html.erb
@@ -1,9 +1,9 @@
<% flash.each do |key, value| %>
<% flash_messages.each do |message| %>
<div class="alert alert-<%= key %>">
<a href="#" data-dismiss="alert" class="close">×</a>
<ul>
<li>
<%= value %>
<%= message %>
</li>
</ul>
</div>
Expand Down

0 comments on commit 2f30197

Please sign in to comment.