Sha256: 9c3ffa3a7ed0675f0f1ace01b832f676a13ba24903649a157ca750a05859cccb
Contents?: true
Size: 510 Bytes
Versions: 3
Compression:
Stored size: 510 Bytes
Contents
<table id="js-index-table" class="index-table sortable-table"> <thead> <tr> <th class="first-cell">Smell</th> <th class="last-cell">Locations</th> </tr> </thead> <tbody> <% @smells.each do |smell| %> <tr> <td class="first-cell"><%= smell.type %></td> <td class="last-cell"> <% smell.locations.each do |location| %> <a href="<%= smell_location_path(location) %>"><%= location.file_name %></a> <% end %> </td> </tr> <% end %> </tbody> </table>
Version data entries
3 entries across 3 versions & 1 rubygems