YaleSTC/shifts

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

Summary

Maintainability
Test Coverage
<% title "Edit Repeating Event" %>

<%= render partial: 'form' %>

<p>
  <%= link_to "Show", @repeating_event %> |
  <%= link_to "View All", repeating_events_path %>
</p>