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

Version Path
indirect-metric_fu-0.8.2 lib/templates/flay.html.erb
p8-metric_fu-0.8.2 lib/templates/flay.html.erb
p8-metric_fu-0.8.3 lib/templates/flay.html.erb
p8-metric_fu-0.8.4 lib/templates/flay.html.erb