vol1ura/Sat_9am_5km

View on GitHub
app/views/activities/_protocol.html.erb

Summary

Maintainability
Test Coverage
<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>