Sha256: 2aa0cec79f45f265ffde181be80d400bdb6dbd6a5acd2a6240bb47e8591ffe47
Contents?: true
Size: 417 Bytes
Versions: 15
Compression:
Stored size: 417 Bytes
Contents
<html> <head> <title>Flay Results</title> <style> <%= inline_css("#{template_name}.css") %> </style> </head> <body> <h1>Flay Results</h1> <% @matches.each do |match| %> <table width="80%" border="1"> <tr><th><%= match.first %></th></tr> <tr><td> <% match[1..-1].each do |filename| %> <%= link_to_filename(*filename.split(":")) %><br> <% end %> </td></tr> <% end %> </table> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems