YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "New Sub Request" %>
<p>For shift beginning at <%= @sub_request.shift.start.to_s(:short_name) %> and ending at <%= @sub_request.shift.end.to_s(:short_name) %> <p>

<%= render partial: 'form' %>

<%= link_to 'Back', sub_requests_path %>