lib/templates/standard/saikuro.html.erb in metric_fu-2.0.0 vs lib/templates/standard/saikuro.html.erb in metric_fu-2.0.1
- old
+ new
@@ -1,10 +1,10 @@
<html>
<head>
<title>Saikuro Results</title>
<style>
- <%= inline_css("default.css") %>
+ <%= inline_css("default.css") %>
</style>
</head>
<body>
<h1>Saikuro Results</h1>
@@ -64,21 +64,21 @@
<tr>
<td>
<%= method[:name] %>
</td>
<td>
- <%= method[:complexity] %>
+ <%= method[:complexity] %>
</td>
<td>
<%= method[:lines] %>
</td>
</tr>
<% end %>
- </table>
+ </table>
<% end %>
<% end %>
<% end %>
- <p>Generated on <%= Time.now.localtime %></p>
+ <p>Generated on <%= Time.now.localtime %></p>
</body>
</html>