<%= $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'} %>
<%== markdown truncate_text $result->{'post_body'} =%>