Sha256: 6e2a434a562c00c6bfc41604e26a46dbe66ac02d09202dc2eb1c4a1359325a1e
Contents?: true
Size: 364 Bytes
Versions: 6
Compression:
Stored size: 364 Bytes
Contents
<p>View Warnings</p> <table> <tr> <th>Confidence</th> <th>Template</th> <th>Warning Type</th> <th>Message</th> </tr> <% warnings.each do |warning| %> <tr> <td><%= warning['Confidence']%></td> <td><%= warning['Template']%></td> <td><%= warning['Warning Type']%></td> <td><%= warning['Message']%></td> </tr> <% end %> </table>
Version data entries
6 entries across 6 versions & 1 rubygems