mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-01 22:17:49 -05:00
Added scope "post_order" to order them ASC for display on post page. Also tweaked post/comment views a bit.
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
= content_for :title, "Editing comment"
|
|
|
|
%p
|
|
Editing comment on
|
|
= link_to @comment.post.subject, @comment.post
|
|
|
|
= render 'form'
|