app/views/shifts/_actions.html.erb

Summary

Maintainability
Test Coverage
<%= link_to "Show", shift_path(shift.id) %> |
<%= link_to "Edit", edit_shift_path(shift.id) %> |
<%= link_to "End Shift", end_shift_shift_path(shift.id) %> |
<%= link_to "Delete", shift_path(shift.id), method: :delete %>