8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
<% errors.each do |section, list| -%>
|
|
<%= section %>:
|
|
<% list.each do |error| -%>
|
|
* <%= error %>
|
|
<% end -%>
|
|
|
|
<% end -%>
|