Sha256: 64cd611b5c4da2c6ca31bacd6b5e67466d96e0920ed16b05c415ec2c6b484de0

Contents?: true

Size: 808 Bytes

Versions: 2

Compression:

Stored size: 808 Bytes

Contents

<table id="js-index-table" class="smells-index-table index-table sortable-table">
<thead>
  <tr>
    <th class="first-cell">Smell</th>
    <th>Locations</th>
    <th class="centered-cell last-cell" title="Code smells introduced recently are marked as new. There's still time before they are committed!">Status</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) %>"><%= @analysed_module_names[location.pathname] %></a>
        <% end %>
      </td>
      <td class="centered-cell last-cell"><span class="status-<%= smell.status %> circled-text circle"><%= smell.status %></span></td>
    </tr>
  <% end %>
</tbody>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

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