_comment.rhtml 229 Bytes
<li>
  <strong><%= link_to(hit.title, hit.url)%></strong>
  <div class="item_meta">
    <span class="cat_item_by"><%= _('by %s, on "%s"') % [hit.author_name, link_to(hit.article.name, hit.article.url)] %></span>
  </div>
</li>