Sha256: 912e98f9481713c00c9edf194e78b3f7710512e709cd5c6e47d699ccc6180cb5

Contents?: true

Size: 682 Bytes

Versions: 1

Compression:

Stored size: 682 Bytes

Contents

<html>
<head>
	<title>Flay Results</title>
	<style>
	<%= inline_css("default.css") %>
	</style>
</head>

<body>
	<h1>Flay Results</h1>
  <p><a href='http://ruby.sadi.st/Flay.html'>Flay</a> analyzes ruby code for structural similarities.</p>
	<table>
		<tr>
		  <th>Files</th>
		  <th>Matches</th>
		</tr>
  	<% @matches.each_with_index do |match, count| %>
  		<tr class='<%= cycle("light", "dark", count) %>'>
  		  <td>
  			  <% match[1..-1].each do |filename| %>
  			  <%= link_to_filename(*filename.split(":")) %><br>
  			  <% end %>
  		  </td>
    		<td><%= match.first %></td>
  		</tr>
		<% end %>
	</table>
	<p>Generated on <%= Time.now.localtime %></p>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
indirect-metric_fu-0.9.0 lib/templates/flay.html.erb