lortza/sorrygirl

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

Summary

Maintainability
Test Coverage
<% content_for(:title, "New Page") %>

<div class="form-box">

  <h1>Create a New Page</h1>

  <%= render 'form' %>

  <%= link_to 'Back', pages_path %>
  
</div> <!-- form-box -->