<%= $result->{'post_date'} %> <% if ($result->{'post_type'} eq 'thread') { =%> <%= link_to "#$result->{'post_id'}", single_thread => {thread_id => $result->{'post_id'}}, (class => 'post__id') %> <% } else { =%> <%= link_to "#$result->{'post_id'}", single_remark => {remark_id => $result->{'post_id'}}, (class => 'post__id') %> <% } =%>
<%= $result->{'post_author'} %>
<% if (299 < length $result->{'post_body'}) { =%><%= truncate_text $result->{'post_body'} %>
<%== markdown $result->{'post_body'} =%>
<%== markdown $result->{'post_body'} =%>
<% } =%>