softwaregravy/lancaster

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

Summary

Maintainability
Test Coverage
<h1>Editing Web Page</h1>

<%= render 'form' %>

<%= link_to 'Show', @web_page %> |
<%= link_to 'Back', web_pages_path %>