comment link shows up again on contact pages

This commit is contained in:
danielvincent 2010-12-13 10:19:04 -08:00
parent 0f05d3e6f4
commit 68a51448e5

View file

@ -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)