journalduhacker/app/views/comments/_postedreply.html.erb
joshua stein 578c96d653 more work
2012-06-30 14:14:35 -05:00

5 lines
155 B
Plaintext

<ol class="comments comments1 preview">
<%= render :partial => "comments/comment",
:locals => { :comment => show_comment, :story => story } %>
</ol>