mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-16 01:41:23 +00:00
12 lines
236 B
Text
12 lines
236 B
Text
|
<% if messages.size > 0 %>
|
||
|
<div id="errors">
|
||
|
<strong><%= t('errors.template.header') %></strong>
|
||
|
|
||
|
<ul class="errors">
|
||
|
<% messages.each do |msg| %>
|
||
|
<li><%= msg %></li>
|
||
|
<% end %>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<% end %>
|