comment link shows up again on contact pages
This commit is contained in:
parent
0f05d3e6f4
commit
68a51448e5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
.info
|
||||
%span.time= link_to(how_long_ago(post), status_message_path(post))
|
||||
= comment_toggle(comments.length, defined?(@commenting_disabled))
|
||||
= comment_toggle(comments.length, @commenting_disabled)
|
||||
|
||||
= render "comments/comments", :post_id => post.id, :comment_hashes => comments, :condensed => true, :commenting_disabled => defined?(@commenting_disabled)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue