YaleSTC/shifts

View on GitHub
app/views/public_view/_shift_user.html.erb

Summary

Maintainability
Test Coverage
<div id="user_box">
    <%= image_tag shift.user.user_profile.photo.url(:thumbnail) %><br />
    <strong><%= shift.user.name %></strong><br />
    <% unless shift.scheduled == false %>
    Until <%= shift.end.strftime(time_format) %>
    <% end %>
</div>