mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-27 20:30:17 -04:00
7 lines
120 B
Text
7 lines
120 B
Text
<% errors.each do |section, list| -%>
|
|
<%= section %>:
|
|
<% list.each do |error| -%>
|
|
* <%= error %>
|
|
<% end -%>
|
|
|
|
<% end -%>
|