Sha256: 6cf37798a54d0513b166ca5fcc14987b329f5af58365d9e9e1fcb4aee59d6fc6
Contents?: true
Size: 434 Bytes
Versions: 1
Compression:
Stored size: 434 Bytes
Contents
<table id="js-code-table" class="analysis-index-table sortable-table"> <thead> <tr> <th class="first-cell">Name</th> <th>Smells</th> </tr> </thead> <tbody> <% @source_pathnames.each do |pathname| %> <tr> <td class="first-cell"> <a href="<%= file_path(pathname) %>"><%= analysed_file_name(pathname) %></a> </td> <td><%= smells_count(pathname) %></td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-0.0.12 | lib/rubycritic/report_generators/templates/code_index.html.erb |