app/views/activities/_protocol.html.erb
<table class="table table-striped">
<thead>
<tr>
<th><span class="d-block d-sm-none"><%= t '.position_short' %></span><span class="d-none d-sm-block"><%= t '.position_full' %></span></th>
<th><%= t '.athlete' %></th>
<th class="text-end"><%= t '.time' %></th>
<th class="text-end"><%= t '.pace' %></th>
<th class="hidden-on-phone"><%= t '.club' %></th>
</tr>
</thead>
<tbody class="table-group-divider">
<%= render partial: 'result', collection: results %>
</tbody>
</table>