Sha256: 20e510dc08fb52ebae6983e1a50fd44f157dcdc760afba0ecc20c83f8fd16607
Contents?: true
Size: 443 Bytes
Versions: 14
Compression:
Stored size: 443 Bytes
Contents
<%= @text %> <ul class="nocode smells js-smells"> <% @smells.each do |smell| %> <li class="smell <%= smell.status %>"> <span class="description"><%= smell %> <% if smell.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
14 entries across 14 versions & 1 rubygems