mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
12ed7c90ae
Added new ISO country code flag icons to asset pipeline Lots and lots of new style changes Began converting to JS to coffeescript
7 lines
189 B
Text
7 lines
189 B
Text
<% [:notice, :success, :error, :warning, :alert].each do |type| %>
|
|
<% if flash.key?(type) %>
|
|
<div class="flash <%= type %>">
|
|
<%= flash[type] %>
|
|
</div>
|
|
<% end %>
|
|
<% end %>
|