Sha256: e4ebaaf1ffe25b1039aee89f5e791211a7402bcacc1bf6b4a252bfc47430253f

Contents?: true

Size: 1.67 KB

Versions: 34

Compression:

Stored size: 1.67 KB

Contents

<!-- Page Content -->
<div id="page-content-wrapper">
  <div class="container-fluid">
    <div class="row">
      <!--Page Title -->
      <div class="Page_Title">
        <h3>Smells</h3>
      </div>
      <!--End Page Title -->
      <div class="Content_Wrapper">
        <table id="js-index-table" class="table smells-index-table index-table sortable-table">
          <thead>
            <tr>
              <th width="30%" class="table-header">Smell<span class="sort-type"></span></th>
              <th width="65%" class="table-header">Locations<span class="sort-type"></span></th>
              <th width="5%" class="table-header">Status<span class="sort-type"></span></th>
            </tr>
          </thead>
          <% @smells.each do |smell| %>
            <tr>
              <td><%= smell.type %></td>
              <td>
                <ul class="nav nav-pills">
                  <% smell.locations.each do |location| %>
                    <li role="presentation">
                      <a href="<%= smell_location_path(location) %>"><%= @analysed_module_names[location.pathname] %></a>
                    </li>
                  <% end %>
                </ul>
              </td>
              <td>
                <% if @show_status %>
                  <ul class="nav nav-pills">
                    <li role="presentation">
                      <td class="centered-cell"><span class="status-<%= smell.status %> circled-text circle"><%= smell.status %></span></td>
                    </li>
                  </ul>
                <% end %>
              </td>
            </tr>
          <% end %>
        </table>
      </div>
    </div>
  </div>
</div>
<!-- /#page-content-wrapper -->

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
rubycritic-4.7.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.6.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.6.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.5.2 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.5.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.5.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.4.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.4.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.3.3 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.3.2 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.3.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.3.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.2.2 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.2.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.2.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-simplecov-4.1.1 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-simplecov-4.1.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.1.0 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.0.2 lib/rubycritic/generators/html/templates/smells_index.html.erb
rubycritic-4.0.1 lib/rubycritic/generators/html/templates/smells_index.html.erb