Sha256: 8951c21097e04f6c3774f5bfbea6a80b1933e344becb919aabc1a9dde3651ac9

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

<table id="js-code-table" class="analysis-index-table sortable-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.13 lib/rubycritic/report_generators/templates/smells_index.html.erb