mluukkai/labtool

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

Summary

Maintainability
Test Coverage
<h1>Editing course</h1>

<%= render 'form' %>

<%= link_to 'Show', @course %> |
<%= link_to 'Back', courses_path %>