YaleSTC/shifts

View on GitHub
app/views/reports/new.html.erb

Summary

Maintainability
Test Coverage
<% title "New Report" %>

<p>Are you sure you want to sign into a shift?</p>

<%= render partial: 'form' %>

<p><%= link_to "Back to List", shift_path(params[:shift_id]) %></p>