YaleSTC/shifts

View on GitHub
app/views/time_slots/_hidden_timeslot.html.erb

Summary

Maintainability
Test Coverage
<li>
  <%= hidden_timeslot.start.strftime("<strong>%a:</strong> %l:%M%p - ") %>
  <%= hidden_timeslot.end.strftime("%l:%M%p") %>
</li>