Sha256: f4057ca2d87dae5125df2d11d1d22d2ae853ed7fe74c04b0f769fe43f8ed0bcb
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 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> <% @analysed_files.each do |analysed_file| %> <tr> <td class="first-cell"> <a href="<%= file_path(analysed_file.pathname) %>"><%= analysed_file.name %></a> </td> <td><%= analysed_file.smells.length %></td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubycritic-0.0.13 | lib/rubycritic/report_generators/templates/code_index.html.erb |