Sha256: b876c6863f637080ba22caca15724ff4da82493942ab7e94b56ca6fe20de8580

Contents?: true

Size: 838 Bytes

Versions: 18

Compression:

Stored size: 838 Bytes

Contents

<table id="js-index-table" class="smells-index-table index-table sortable-table">
<thead>
  <tr>
    <th>Smell</th>
    <th>Locations</th>
    <% if @show_status %>
      <th class="centered-cell" title="Code smells introduced recently are marked as new. There's still time before they are committed!">Status</th>
    <% end %>
  </tr>
</thead>
<tbody>
  <% @smells.each do |smell| %>
    <tr>
      <td><%= smell.type %></td>
      <td>
        <% smell.locations.each do |location| %>
          <a href="<%= smell_location_path(location) %>"><%= @analysed_module_names[location.pathname] %></a>
        <% end %>
      </td>
      <% if @show_status %>
        <td class="centered-cell"><span class="status-<%= smell.status %> circled-text circle"><%= smell.status %></span></td>
      <% end %>
    </tr>
  <% end %>
</tbody>
</table>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rubycritic-3.0.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.9.4 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.9.3 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.9.2 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.9.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.9.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.8.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.7.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.7.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.6.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.5.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.4.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.4.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.3.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.2.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.1.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-2.0.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-1.4.0 lib/rubycritic/generators/html/templates/smells_index.html.erb