dhoss/Kodiak

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

Summary

Maintainability
Test Coverage
<h2>Replying to:</h2>
<%= render partial: @post %>
<%= render partial: 'reply', locals: { reply: @post } %>