Sha256: b8a59e621b23f107c0be07c1438b09a82d80799eab5597406c75cb0945bc6462
Contents?: true
Size: 649 Bytes
Versions: 4
Compression:
Stored size: 649 Bytes
Contents
<html> <body> <table border="1px solid"> <thead style="font-weight: bold;"> <td>Level</td> <td>Identifier</td> <td>Query</td> <td>Origin</td> </thead> <tbody> <% (certain_results + uncertain_results) .sort_by{ |item| [item.certainity_level, item.identifier, item.query] } .each do |item| -%> <tr> <td><%= item.certainity_level %></td> <td><%= item.identifier %></td> <td><%= item.query %></td> <td><%= item.origin %></td> </tr> <% end -%> </tbody> </table> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems