YaleSTC/shifts

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

Summary

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

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

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