lib/templates/standard/index.html.erb in metric_fu-1.3.0 vs lib/templates/standard/index.html.erb in metric_fu-1.4.0

- old
+ new

@@ -30,9 +30,12 @@ <p><a href="saikuro.html">Saikuro report</a></p> <% end %> <% if @stats %> <p><a href="stats.html">Stats report</a></p> <% end %> + <% if @rails_best_practices %> + <p><a href="rails_best_practices.html">Rails Best Practices report</a></p> + <% end %> <p>Generated on <%= Time.now.localtime %></p> </body> </html>