Sha256: 9497d70e54d45fa2da64cc1914994d3406cd9b8431cfc8405d832d511438f9da
Contents?: true
Size: 785 Bytes
Versions: 3
Compression:
Stored size: 785 Bytes
Contents
<table id="js-index-table" class="smells-index-table index-table sortable-table"> <thead> <tr> <th class="first-cell">Smell</th> <th>Locations</th> <th class="centered-cell last-cell" title="Code smells introduced recently are marked as new. There's still time before they are committed!">Status</th> </tr> </thead> <tbody> <% @smells.each do |smell| %> <tr> <td class="first-cell"><%= smell.type %></td> <td> <% smell.locations.each do |location| %> <a href="<%= smell_location_path(location) %>"><%= location.file_name %></a> <% end %> </td> <td class="centered-cell last-cell"><span class="status-<%= smell.status %> circled-text circle"><%= smell.status %></span></td> </tr> <% end %> </tbody> </table>
Version data entries
3 entries across 3 versions & 1 rubygems