Sha256: 39a4e4a709a31496397b9fc3bd0033807f6d632484b1f2dcaf65a3c25fa9f393
Contents?: true
Size: 396 Bytes
Versions: 44
Compression:
Stored size: 396 Bytes
Contents
<% # krikri/qa_reports/index %> <h1>QA Reports</h1> <div id='main-container' class='container'> <ul> <% @reports.each do |report| %> <li><span><%= provider_name(report.build_provider) %></span> <%= link_to 'fields csv', qa_report_path(report, format: 'csv') %> - <%= link_to 'count csv', qa_report_path(report, format: 'csv', type: 'count') %> <% end %> </ul> </div>
Version data entries
44 entries across 44 versions & 1 rubygems