YaleSTC/shifts

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

Summary

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

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

<p>
  <%= link_to "Show", @loc_group %> |
  <%= link_to "View All", department_loc_groups_path(@department) %> |
  <%= link_to "Destroy", @loc_group, confirm: 'Are you sure?', method: :delete %>
</p>