Sha256: f875e6f1d30b6d98dd1a1f8d20d19179e3859d669bca7fb6e270d4c95fc5228b

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

<table class="analysis-index-table">
<thead>
  <tr>
    <th class="first-cell">Smell</th>
    <th>Locations</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>
    </tr>
  <% end %>
</tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubycritic-0.0.12 lib/rubycritic/report_generators/templates/smells_index.html.erb