drpheltright/pieces

View on GitHub
examples/rails_app/app/views/layouts/pieces.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <%= stylesheet_link_tag 'pieces' %>
    <%= javascript_include_tag 'pieces' %>
  </head>
  <body>
    <%= yield %>
  </body>
</html>