YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "Edit Department" %>

<%= render partial: 'form', locals: {submit: "Update"} %>

<p>
  <%= link_to "Show", @department %> |
  <%= link_to "View All", departments_path %>
</p>