YaleSTC/shifts

View on GitHub
app/views/punch_clocks/_clocks.html.erb

Summary

Maintainability
Test Coverage
<table id="clocks">
  <tr>
    <th>User</th>
    <th>Start Time</th>
    <th>Runtime</th>

  </tr>
  <%= render partial: "punch_clocks/punch_clock_row", collection: clocks %>
</table>