camdub/Internships

View on GitHub
app/views/countries/new.html.erb

Summary

Maintainability
Test Coverage
<div id="flat_area grid_16">
    <h2>New Country</h2>
    <span class="edit_links">
        <%= link_to 'Back', countries_path %>
    </span>
</div><br />

<%= render 'form' %>

</div>