YaleSTC/shifts

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

Summary

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

<%= render partial: 'form' %>

<p>
  <%= link_to "Show", @calendar %> |
  <%= link_to "View All", calendars_path %>
</p>