mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-25 17:57:49 -05:00
- fixed bug with "will be posted in /forums" when no forum specified - changed wording of "what's happening..." when posting in forum
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
= content_for :title, @forum ? "Post in #{@forum.name}" : "Post something"
|
|
|
|
=render 'form'
|
|
|