Sha256: f5297ed1cf36d3299c2c2ac9151cd8e7dbf583bf4a1f1fb5268526f0f98a64a7
Contents?: true
Size: 443 Bytes
Versions: 15
Compression:
Stored size: 443 Bytes
Contents
<html> <head> <title>Source Control Churn Results</title> <style> <%= inline_css("#{template_name}.css") %> </style> </head> <body> <h1>Source Control Churn Results</h1> <table width="100%" border="1"> <tr><th>File Path</th><th>Times Changed</th></tr> <% @changes.to_a.sort {|x,y| y[1] <=> x[1]}.each do |change| %> <tr><td><%= change[0] %></td><td class='warning'><%= change[1] %></td></tr> <% end %> </table> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems