bruz/bookshelf-delivery-example

View on GitHub
apps/web/templates/application.html.erb

Summary

Maintainability
Test Coverage
<!doctype HTML>
<html>
  <head>
    <title>Bookshelf</title>
  </head>
  <body>
    <h1><%= link_to 'Bookshelf', routes.home_path %></h1>
    <%= yield %>
  </body>
</html>