Sha256: 62b092829095d4d2c722afb4961380c84167977fb73b55142f90ae779bfe91ce
Contents?: true
Size: 447 Bytes
Versions: 17
Compression:
Stored size: 447 Bytes
Contents
<%= @text %> <ul class="nocode smells js-smells"> <% @smells.each do |smell| %> <li class="smell <%= smell.status %>"> <span class="description"><%= smell %> <% if smell.has_multiple_locations? %> <% smell.locations.each_with_index do |location, index| %> <a href="<%= smell_location_path(location) %>" class="js-smell-location"><%= index %></a> <% end %> <% end %> </span> </li> <% end %> </ul>
Version data entries
17 entries across 17 versions & 1 rubygems