camdub/Internships

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

Summary

Maintainability
Test Coverage
<div class="flat_area grid_16">
    <h2>Editing College</h2>
    <span class="edit_links">
        <%= link_to 'Show', @college %> |
        <%= link_to 'Back', colleges_path %>
    </span>
</div><br />

<%= render 'form' %>

</div>