pupilfirst/pupilfirst

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

Summary

Maintainability
Test Coverage
<% content_for(:head) do %>
  <title><%= @course.name %> | <%= t(".page_title") %> </title>
<% end %>
<%= render partial: 'form', locals: { course: @course, calendar: @calendar } %>