vol1ura/Sat_9am_5km

View on GitHub
app/views/ratings/_results_table.html.erb

Summary

Maintainability
Test Coverage
<table class="table table-striped">
  <thead>
    <tr>
      <th>#</th>
      <th><%= t '.time' %></th>
      <th><%= t '.name' %></th>
      <th><%= t '.date' %></th>
      <th class="hidden-on-phone"><%= t '.club' %></th>
      <th class="hidden-on-phone"><%= t '.event' %></th>
    </tr>
  </thead>
  <tbody class="table-group-divider">
    <%= render partial: 'result', collection: results, cached: true %>
  </tbody>
</table>