style="display:none;"<% end %>>
<% # The effect is "Frozen" replaces "Reply." We can't do that in the helper
# method for the reply link because that would prevent "Frozen" from
# appearing on the Unreviewed Comments page for works with moderated
# comments. %>
<% if comment.iced? %>
<% if can_reply_to_comment?(comment) %>
<% # This is where the reply-to box will be added when "Reply" is hit, if the user has JavaScript. %>
<% # If not, we will render the comment form if this is the comment we are replying to. %>
<% if focused_on_comment(comment) %>