Growstuff/growstuff

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

Summary

Maintainability
Test Coverage
= content_for :title, @forum ? "Post in #{@forum.name}" : t('posts.write_blog_post')

= render 'form'