Sha256: 592e123c18d5779b3c6b608dffb67da5ebbaa6c539a06cd8e3182e24a1597d30
Contents?: true
Size: 390 Bytes
Versions: 10
Compression:
Stored size: 390 Bytes
Contents
<h2>Validation Reports</h2> <% if @validation_report_list %> <ul> <% @validation_report_list.each do |report| %> <% if report[:url] %> <li><%= link_to report[:label], report[:url] %></li> <% else %> <li><%= report[:label] %></li> <% end %> <% end %> </ul> <% else %> <div>There was an error generating the validation reports.</div> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems