Sha256: 0abff96c631feb5a5d9bc6a028c79ea00ab127f2569c30fc23eae7411ad87a3f
Contents?: true
Size: 444 Bytes
Versions: 193
Compression:
Stored size: 444 Bytes
Contents
<p>Controller Warnings</p> <table> <thead> <tr> <th>Confidence</th> <th>Controller</th> <th>Warning Type</th> <th>Message</th> </tr> </thead> <tbody> <% warnings.each do |warning| %> <tr> <td><%= warning['Confidence']%></td> <td><%= warning['Controller']%></td> <td><%= warning['Warning Type']%></td> <td><%= warning['Message']%></td> </tr> <% end %> </tbody> </table>
Version data entries
193 entries across 179 versions & 5 rubygems