robertpyke/thesis

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

Summary

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

<%= render 'form' %>

<%= link_to 'Show', [@layer.map, @layer] %> |
<%= link_to 'Back', map_layers_path(@layer.map) %>