YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<div class="day" style="height: 11%;">
  <div class="center_container">
    <div class="center_content">
      <%= left_day.strftime("%a:") %>
    </div>
  </div>
</div>