softwaregravy/lancaster

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

Summary

Maintainability
Test Coverage
<p id="notice"><%= notice %></p>

<p>
  <strong>Url:</strong>
  <%= @web_page.url %>
</p>

<%= link_to 'Edit', edit_web_page_path(@web_page) %> |
<%= link_to 'Back', web_pages_path %>