Sha256: 45f37ea11961774d6a84718ada6a0f9cb365adfd0c19645f44953f50b0b32939

Contents?: true

Size: 402 Bytes

Versions: 4

Compression:

Stored size: 402 Bytes

Contents

<table class="smells-table">
<thead>
  <tr>
    <th>Smell</th>
    <th>Locations</th>
  </tr>
</thead>
<tbody>
  <% @smells.each do |smell| %>
    <tr>
      <td><%= smell.type %></td>
      <td>
        <% smell.locations.each do |location| %>
          <a href="<%= smell_location_path(location) %>"><%= location.file_name %></a>
        <% end %>
      </td>
    </tr>
  <% end %>
</tbody>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubycritic-0.0.11 lib/rubycritic/report_generators/templates/smells_index.html.erb
rubycritic-0.0.10 lib/rubycritic/report_generators/templates/smells_index.html.erb
rubycritic-0.0.9 lib/rubycritic/report_generators/templates/smells_index.html.erb
rubycritic-0.0.8 lib/rubycritic/report_generators/templates/smells_index.html.erb