YaleSTC/shifts

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

Summary

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

<%= render partial: 'form' %>

<p>
  <%= link_to "Show", @restriction %> |
  <%= link_to "View All", restrictions_path %>
</p>