robertpyke/thesis

View on GitHub
webapp/app/views/layers/new.html.erb

Summary

Maintainability
Test Coverage
<h1>New layer for <%= @map.name %></h1>

<%= render 'form' %>

<%= link_to 'Back', map_layers_path(@layer.map) %>