Committer: mchervonniy
LJSUP-8609: link to read nonspamed commentsU trunk/bin/upgrading/s2layers/voxhtml/layout.s2
Modified: trunk/bin/upgrading/s2layers/voxhtml/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2011-04-19 09:45:11 UTC (rev 10399) +++ trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2011-04-19 10:18:19 UTC (rev 10400) @@ -1955,7 +1955,11 @@ var string toplink = (($.comment_pages.total > 1) ? ($.comment_pages->url_of($.comment_pages.current)) : $.entry.permalink_url) + "#comments"; $comments_count = """<a href="$toplink">"""+ get_plural_phrase($.entry.comments.count, "text_read_all_comments") +"""</a>"""; } else { + if ($p.showspam) { + $comments_count = """<a href="$.entry.permalink_url">""" + get_plural_phrase($.entry.comments.count, "text_read_comments") + """</a>"""; + } else { $comments_count = get_plural_phrase($.entry.comments.count, "text_read_comments"); + } } if ($.entry.comments.count > 0) { if (not $.entry.comments.locked) {