Files
growstuff/app/views/posts/new.html.haml
2017-02-08 07:25:59 +13:00

4 lines
92 B
Plaintext

= content_for :title, @forum ? "Post in #{@forum.name}" : "Post something"
= render 'form'