Sha256: 1f8793be5ce9770f15545b73cbc8c6a3a26d51f8d6352c327247b6f2de5fa345
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
<table class="code-table"> <thead> <tr> <th>Name</th> <th>Smells</th> </tr> </thead> <tbody> <% @source_pathnames.each do |pathname| %> <tr> <td><a href="<%= file_path(pathname) %>"><%= analysed_file_name(pathname) %></a></td> <td><%= smells_count(pathname) %></td> </tr> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-0.0.11 | lib/rubycritic/report_generators/templates/code_index.html.erb |
rubycritic-0.0.10 | lib/rubycritic/report_generators/templates/code_index.html.erb |