my-grocery-price-book/www

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

Summary

Maintainability
Test Coverage
<div class='row'>
  <div class='col-md-12'>
    <h1>New Price Book Page</h1>

    <%= render 'form', page: @price_book_page, back_href: book_pages_path %>
  </div>
</div>