Flockingbird/roost

View on GitHub
app/web/views/layout_anonymous.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <%= erb(:head) %>
  </head>
  <body>
  <section class="section">
    <div class="container">
      <%= notifications %>
      <%= yield %>
    </div>
  </body>
</html>