Skip to content

Instantly share code, notes, and snippets.

@lushiyun
Created June 20, 2020 23:47
Show Gist options
  • Save lushiyun/10470baec9d226f5fab76e1dabd100e3 to your computer and use it in GitHub Desktop.
Save lushiyun/10470baec9d226f5fab76e1dabd100e3 to your computer and use it in GitHub Desktop.
<% if !!flash[:alerts] %>
<div class="alert">
<ul>
<% flash[:alerts].each do |alert| %>
<li><%= alert %></li>
<% end %>
</ul>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment