mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
11 lines
No EOL
255 B
Text
11 lines
No EOL
255 B
Text
<div id="message_holder">
|
|
<% if flash.empty? %>
|
|
<h4 id="flash" class="alert" style="display:none"></h4>
|
|
<% else %>
|
|
<% flash.each do |key,value| -%>
|
|
<h4 id="flash" class='alert <%= key %>'>
|
|
<%= value %>
|
|
</h4>
|
|
<% end -%>
|
|
<% end %>
|
|
</div> |