SeriouslyAwesome/democratictravelers

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

Summary

Maintainability
Test Coverage
<div class="row">
  <h2 class="structural">Create a new blog post <small>And make it good. Some pressure.</small></h2>

  <%= render 'form', post: @post %>
</div>