Sha256: 5f9ed1040db968a4437befe9b263ff9eef0c3e5cc698299fea8d292f02bce422
Contents?: true
Size: 399 Bytes
Versions: 6
Compression:
Stored size: 399 Bytes
Contents
<div onClick="toggle('errors_table');"> <h2>Exceptions raised during the analysis (click to see them)</h2 ></div> <div id='errors_table' style='display:none'> <table> <tr> <th>Error</th> <th>Location</th> </tr> <% tracker.errors.each do |warning| %> <tr> <td><%= CGI.escapeHTML warning[:error] %></td> <td><%= warning[:backtrace][0] %></td> </tr> <% end %> </table> </div>
Version data entries
6 entries across 6 versions & 1 rubygems