Sha256: 76e3f62f6e6d5247dce220e57fa09448b37a8744ea11db53df46560297020130
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
<html> <head> <title>Reek Results</title> <style> <%= inline_css("#{template_name}.css") %> </style> </head> <body> <h1>Reek Results</h1> <table width="80%" border="1"> <% @matches.each do |match| %> <tr><td><%= match.first %></td> <td> <% match[1..-1].each do |line| %> <%= line %><br> <% end %> </td></tr> <% end %> </table> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
p8-metric_fu-0.8.4.15 | lib/templates/reek.html.erb |