camdub/Internships

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

Summary

Maintainability
Test Coverage
<div class="flat_area grid_16">
    <h2>Edit Department</h2>
    <span class="edit_links">
        <%= link_to 'Show ', department_path(@department) %>| 
        <%= link_to 'Back', departments_path %>
    </span>
</div><br />

<%= render 'form' %>

</div>