Sha256: 4695d5be61494bc9b197672f8952aafcdb66ec06ed8180748898478191b78b9c
Contents?: true
Size: 461 Bytes
Versions: 4
Compression:
Stored size: 461 Bytes
Contents
<html> <head> <title>Flay Results</title> <style> <%= open(File.join(MetricFu::TEMPLATE_DIR, "#{template_name}.css")) { |f| f.read } %> </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
4 entries across 4 versions & 2 rubygems