app/views/ratings/_results_table.html.erb
<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>