YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title = "New Location" %>

<%= render partial: 'form', locals: {title: title} %>

<p><%= link_to "Back to List", department_locations_path(@department) %></p>