YaleSTC/shifts

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

Summary

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

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

<p>
  <%= link_to "Show", @location %> |
  <%= link_to "View All", department_locations_path(@department) %>
</p>